diff options
Diffstat (limited to 'core/input/input_event.h')
-rw-r--r-- | core/input/input_event.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/input/input_event.h b/core/input/input_event.h index e9d4fb8325..ed7ccf0a9f 100644 --- a/core/input/input_event.h +++ b/core/input/input_event.h @@ -567,6 +567,8 @@ public: virtual String as_text() const override; virtual String to_string() override; + + InputEventShortcut(); }; #endif // INPUT_EVENT_H |