aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/tinsel.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tinsel/tinsel.h')
-rw-r--r--engines/tinsel/tinsel.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/tinsel/tinsel.h b/engines/tinsel/tinsel.h
index e55f7b8f18..8fff4985b8 100644
--- a/engines/tinsel/tinsel.h
+++ b/engines/tinsel/tinsel.h
@@ -183,6 +183,13 @@ public:
BMVPlayer *_bmv;
KEYFPTR _keyHandler;
+
+ // Stack of pending mouse button events
+ Common::List<Common::EventType> _mouseButtons;
+
+ // Stack of pending keypresses
+ Common::List<Common::Event> _keypresses;
+
private:
//MidiMusicPlayer *_midiMusic;
int _musicVolume;