diff options
author | Cameron Cawley | 2019-03-23 22:35:23 +0000 |
---|---|---|
committer | Thierry Crozat | 2019-04-30 22:17:04 +0100 |
commit | d7b2b1b8f94c15437eb2c1b46c345ebc44f9588e (patch) | |
tree | 27b36c7dac96991eac33fe374ef3bb37dca9c09d /gui/launcher.h | |
parent | fb26f21d0478a29da16bd7daa10110aa97a2b604 (diff) | |
download | scummvm-rg350-d7b2b1b8f94c15437eb2c1b46c345ebc44f9588e.tar.gz scummvm-rg350-d7b2b1b8f94c15437eb2c1b46c345ebc44f9588e.tar.bz2 scummvm-rg350-d7b2b1b8f94c15437eb2c1b46c345ebc44f9588e.zip |
GUI: Support adding games via Drag and Drop
Diffstat (limited to 'gui/launcher.h')
-rw-r--r-- | gui/launcher.h | 1 |
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; |