summaryrefslogtreecommitdiff
path: root/platform/ios/display_server_ios.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/display_server_ios.h')
-rw-r--r--platform/ios/display_server_ios.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/ios/display_server_ios.h b/platform/ios/display_server_ios.h
index e03bd8cb01..6eaa7c8edc 100644
--- a/platform/ios/display_server_ios.h
+++ b/platform/ios/display_server_ios.h
@@ -117,7 +117,8 @@ public:
// MARK: Keyboard
- void key(Key p_key, char32_t p_char, bool p_pressed);
+ void key(Key p_key, char32_t p_char, Key p_unshifted, Key p_physical, NSInteger p_modifier, bool p_pressed);
+ bool is_keyboard_active() const;
// MARK: Motion