(20111219) 01:00
This commit is contained in:
8
Input.h
8
Input.h
@@ -30,6 +30,7 @@ typedef enum {
|
||||
InputKey_Left,
|
||||
InputKey_Right,
|
||||
InputKey_Jump,
|
||||
InputKey_Continue,
|
||||
InputKey_Max
|
||||
} InputKey;
|
||||
|
||||
@@ -59,6 +60,13 @@ typedef enum {
|
||||
InputKeyStatus Input_GetKey(InputKey key);
|
||||
|
||||
|
||||
/////////////////////////////
|
||||
// Input_AnyKey
|
||||
//
|
||||
//
|
||||
int Input_AnyKey();
|
||||
|
||||
|
||||
/////////////////////////////
|
||||
// Input_GetDir
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user