aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/gui.h
diff options
context:
space:
mode:
authorEugene Sandulenko2016-04-25 19:54:26 +0200
committerEugene Sandulenko2016-04-25 19:54:26 +0200
commit98061bdc4c802f9e025f4047bc7d24186365b75d (patch)
tree8fe4cdcc656f12f5236c8347d4d381d066cff195 /engines/wage/gui.h
parentdf6ee166311e47e77d2b50aee87e233412f6d23a (diff)
downloadscummvm-rg350-98061bdc4c802f9e025f4047bc7d24186365b75d.tar.gz
scummvm-rg350-98061bdc4c802f9e025f4047bc7d24186365b75d.tar.bz2
scummvm-rg350-98061bdc4c802f9e025f4047bc7d24186365b75d.zip
WAGE: Move menu event processing to WindowManager
Diffstat (limited to 'engines/wage/gui.h')
-rw-r--r--engines/wage/gui.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/wage/gui.h b/engines/wage/gui.h
index bec308d38c..cfc7a09b76 100644
--- a/engines/wage/gui.h
+++ b/engines/wage/gui.h
@@ -90,9 +90,7 @@ public:
void appendText(const char *str);
void clearOutput();
bool processEvent(Common::Event &event);
- void mouseMove(int x, int y);
- void mouseDown(int x, int y);
- void mouseUp(int x, int y);
+
void drawInput();
void setSceneDirty() { _sceneDirty = true; }
const Graphics::Font *getFont(const char *name, Graphics::FontManager::FontUsage fallback);