aboutsummaryrefslogtreecommitdiff
path: root/gui/editable.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/editable.h')
-rw-r--r--gui/editable.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/editable.h b/gui/editable.h
index 363ba7b9f6..00cb3431a5 100644
--- a/gui/editable.h
+++ b/gui/editable.h
@@ -81,6 +81,8 @@ protected:
bool adjustOffset();
void makeCaretVisible();
+ void defaultKeyDownHandler(Common::KeyState &state, bool &dirty, bool &forcecaret, bool &handled);
+
void setFontStyle(ThemeEngine::FontStyle font) { _font = font; }
virtual bool tryInsertChar(byte c, int pos);