aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/gui.h
diff options
context:
space:
mode:
authorEugene Sandulenko2016-04-19 10:37:53 +0200
committerEugene Sandulenko2016-04-19 10:37:53 +0200
commitfd7bf64131a0f1ecc5f3b4039c481fff52eb6efa (patch)
tree092ffce1e890a20636a17eeb934f3bfea4d32f40 /engines/wage/gui.h
parent609dd56b136db3e0bdfc7906bdc386403e4a1192 (diff)
downloadscummvm-rg350-fd7bf64131a0f1ecc5f3b4039c481fff52eb6efa.tar.gz
scummvm-rg350-fd7bf64131a0f1ecc5f3b4039c481fff52eb6efa.tar.bz2
scummvm-rg350-fd7bf64131a0f1ecc5f3b4039c481fff52eb6efa.zip
WAGE: Switched event processing to generic code
Diffstat (limited to 'engines/wage/gui.h')
-rw-r--r--engines/wage/gui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/wage/gui.h b/engines/wage/gui.h
index dc3a593bda..c731c94425 100644
--- a/engines/wage/gui.h
+++ b/engines/wage/gui.h
@@ -52,6 +52,7 @@
#include "graphics/font.h"
#include "graphics/fontman.h"
#include "graphics/managed_surface.h"
+#include "common/events.h"
#include "common/rect.h"
#include "wage/macwindow.h"
@@ -89,6 +90,7 @@ public:
void draw();
void appendText(const char *str);
void clearOutput();
+ bool processEvent(Common::Event &event);
void mouseMove(int x, int y);
void mouseDown(int x, int y);
Designed *mouseUp(int x, int y);