summaryrefslogtreecommitdiffstats
path: root/platform/macos/key_mapping_macos.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/macos/key_mapping_macos.h')
-rw-r--r--platform/macos/key_mapping_macos.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/macos/key_mapping_macos.h b/platform/macos/key_mapping_macos.h
index 1bda4eb406..f5b0ff8d02 100644
--- a/platform/macos/key_mapping_macos.h
+++ b/platform/macos/key_mapping_macos.h
@@ -45,6 +45,7 @@ public:
static Key translate_key(unsigned int p_key);
static unsigned int unmap_key(Key p_key);
static Key remap_key(unsigned int p_key, unsigned int p_state, bool p_unicode);
+ static KeyLocation translate_location(unsigned int p_key);
// Mapping for menu shortcuts.
static String keycode_get_native_string(Key p_keycode);