Use "enum class" for input enums
This commit is contained in:
parent
4f85cad013
commit
3c0fdcc8ac
154 changed files with 3482 additions and 3392 deletions
|
|
@ -41,9 +41,9 @@ class KeyMappingWindows {
|
|||
KeyMappingWindows() {}
|
||||
|
||||
public:
|
||||
static unsigned int get_keysym(unsigned int p_code);
|
||||
static Key get_keysym(unsigned int p_code);
|
||||
static unsigned int get_scancode(Key p_keycode);
|
||||
static unsigned int get_scansym(unsigned int p_code, bool p_extended);
|
||||
static Key get_scansym(unsigned int p_code, bool p_extended);
|
||||
static bool is_extended_key(unsigned int p_code);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue