diff options
author | Juan Linietsky <reduzio@gmail.com> | 2015-01-04 21:16:40 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2015-01-04 21:16:40 -0300 |
commit | 8c4dd8de3919b789eac1a0f030563008bdcd44f5 (patch) | |
tree | 63232bc8047dec17fea773093f156534a562e90a /core/os/keyboard.h | |
parent | a8bcb96ad4c940c93d3fd561ddd29ce38b529303 (diff) |
-WIP to add proper key swapping according to keyboard layout
-fix with non working removal of collision exception in 3D physics
Diffstat (limited to 'core/os/keyboard.h')
-rw-r--r-- | core/os/keyboard.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/os/keyboard.h b/core/os/keyboard.h index 18b56b5830..b4ec5da26f 100644 --- a/core/os/keyboard.h +++ b/core/os/keyboard.h @@ -328,5 +328,6 @@ enum KeyModifierMask { String keycode_get_string(uint32_t p_code); bool keycode_has_unicode(uint32_t p_unicode); int find_keycode(const String& p_code); +int latin_keyboard_keycode_convert(int p_keycode); #endif |