aboutsummaryrefslogtreecommitdiff
path: root/gui/launcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/launcher.h')
-rw-r--r--gui/launcher.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/launcher.h b/gui/launcher.h
index 9f0a1c8e95..5bb386f9a0 100644
--- a/gui/launcher.h
+++ b/gui/launcher.h
@@ -51,6 +51,7 @@ public:
virtual void handleKeyDown(Common::KeyState state);
virtual void handleKeyUp(Common::KeyState state);
+ virtual void handleOtherEvent(Common::Event evt);
bool doGameDetection(const Common::String &path);
protected:
EditTextWidget *_searchWidget;