aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/main_game_window.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-03-18 21:34:04 -0400
committerPaul Gilbert2016-03-18 21:34:04 -0400
commit9565fbaeac8f48ea0090ebbd751a18eacc6d1230 (patch)
tree171dfb6d26b10897f93062d5871364b83929c4a5 /engines/titanic/main_game_window.h
parent61947ef56b77ab4778adafde93388fb526911eb7 (diff)
downloadscummvm-rg350-9565fbaeac8f48ea0090ebbd751a18eacc6d1230.tar.gz
scummvm-rg350-9565fbaeac8f48ea0090ebbd751a18eacc6d1230.tar.bz2
scummvm-rg350-9565fbaeac8f48ea0090ebbd751a18eacc6d1230.zip
TITANIC: Implement input translator event methods
Diffstat (limited to 'engines/titanic/main_game_window.h')
-rw-r--r--engines/titanic/main_game_window.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/engines/titanic/main_game_window.h b/engines/titanic/main_game_window.h
index eedac23ef8..6a72dbf45e 100644
--- a/engines/titanic/main_game_window.h
+++ b/engines/titanic/main_game_window.h
@@ -53,7 +53,7 @@ public:
CGameView *_gameView;
CGameManager *_gameManager;
CProjectItem *_project;
- int _field50;
+ bool _inputAllowed;
Image *_image;
void *_cursor;
public:
@@ -75,6 +75,11 @@ public:
void setActiveView(CViewItem *viewItem);
void fn2();
+
+ /**
+ * Called by the event handler when a mouse event has been generated
+ */
+ void mouseChanged();
};
} // End of namespace Titanic