(20111215) 12:00
This commit is contained in:
8
Input.h
8
Input.h
@@ -1,6 +1,8 @@
|
||||
#ifndef _INPUT_H_
|
||||
#define _INPUT_H_
|
||||
|
||||
#include "Util.h"
|
||||
|
||||
|
||||
/////////////////////////////
|
||||
// Input_Init
|
||||
@@ -57,5 +59,11 @@ typedef enum {
|
||||
InputKeyStatus Input_GetKey(InputKey key);
|
||||
|
||||
|
||||
/////////////////////////////
|
||||
// Input_GetDir
|
||||
//
|
||||
// Reports the direction of the dpad.
|
||||
int Input_GetDir(vec2 dir);
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user