comparison Keyboard.h @ 2200:f0477fe92362

Keyboard.cpp removing the huge cases and separating data and code
author Grumpy7
date Mon, 03 Feb 2014 00:58:12 +0100
parents d44b7775fc06
children 34035536bbf5
comparison
equal deleted inserted replaced
2196:628a0ad87136 2200:f0477fe92362
49 { 49 {
50 KeyboardActionMapping(); 50 KeyboardActionMapping();
51 51
52 void SetKeyMapping(int uAction, int vKey, KeyToggleType type); 52 void SetKeyMapping(int uAction, int vKey, KeyToggleType type);
53 unsigned int GetActionVKey(enum InputAction eAction); 53 unsigned int GetActionVKey(enum InputAction eAction);
54 const char *GetVKeyDisplayName(signed int a1); 54 const char *GetVKeyDisplayName(unsigned char a1);
55 const unsigned __int8 GetActionDefaultVKey(const char *Str); 55 const unsigned __int8 TranslateKeyNameToKeyCode(const char *Str);
56 void ReadMappings(); 56 void ReadMappings();
57 void StoreMappings(); 57 void StoreMappings();
58 bool _459F10(unsigned int a2); 58 bool _459F10(unsigned int a2);
59 void SetWindowInputStatus(int a2); 59 void SetWindowInputStatus(int a2);
60 void EnterText(int a2, int max_string_len, struct GUIWindow *pWindow); 60 void EnterText(int a2, int max_string_len, struct GUIWindow *pWindow);