Changeset 2645 for trunk/src/input/input.h
- Timestamp:
- Apr 8, 2013, 3:54:07 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/input/input.h
r2617 r2645 414 414 static uint32_t GetMouseButtons(); 415 415 416 //BH : Shouldn't use this417 static int GetButtonState(int button);418 419 416 /* Action management */ 420 417 static void LinkActionToKey(Action a, struct Key k); … … 441 438 442 439 /* Keyboard handling */ 440 static Array<uint8_t> &GetKeyboardState(); 441 static int GetKeyState(int key); 442 443 443 static Keyboard *CreateKeyboard(); 444 444 static void DestroyKeyboard(Keyboard *keyboard);
Note: See TracChangeset
for help on using the changeset viewer.