aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/gui.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2016-04-18 19:03:11 +0200
committerEugene Sandulenko2016-04-19 09:35:49 +0200
commite6c5c96b07545bb37c2dc7b3359c35e1e35d0b4e (patch)
treef09ca7a129b42b48f41c2c3ebdf9f8ce1f31918e /engines/wage/gui.cpp
parente5a64e7b7fae4e87d509724fcac3e5fa6d5c815e (diff)
downloadscummvm-rg350-e6c5c96b07545bb37c2dc7b3359c35e1e35d0b4e.tar.gz
scummvm-rg350-e6c5c96b07545bb37c2dc7b3359c35e1e35d0b4e.tar.bz2
scummvm-rg350-e6c5c96b07545bb37c2dc7b3359c35e1e35d0b4e.zip
WAGE: Started mouse processing in the WM
Diffstat (limited to 'engines/wage/gui.cpp')
-rw-r--r--engines/wage/gui.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/wage/gui.cpp b/engines/wage/gui.cpp
index 3afdb48853..8833f7f63d 100644
--- a/engines/wage/gui.cpp
+++ b/engines/wage/gui.cpp
@@ -645,6 +645,8 @@ Designed *Gui::mouseUp(int x, int y) {
void Gui::mouseDown(int x, int y) {
int borderClick;
+ _wm.mouseDown(x, y);
+
if (_menu->mouseClick(x, y)) {
_menuDirty = true;
} else if (_consoleTextArea.contains(x, y)) {