From cc9bf88ed56a4c5fbb14c05d30395b1688f5ebe7 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 9 Jul 2016 11:32:15 -0400 Subject: TITANIC: Major implementation of OSMovie and AVISurface classes --- engines/titanic/events.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'engines/titanic/events.h') diff --git a/engines/titanic/events.h b/engines/titanic/events.h index 4638056e8c..ab3d755535 100644 --- a/engines/titanic/events.h +++ b/engines/titanic/events.h @@ -104,12 +104,17 @@ public: */ bool isSpecialPressed(SpecialButtons btn) const { return _specialButtons; } + uint getSpecialButtons() const { return _specialButtons; } + /** * Sleep for a specified period of time */ void sleep(uint time); - uint getSpecialButtons() const { return _specialButtons; } + /** + * Wait for a mouse or keypress + */ + bool waitForPress(uint expiry); }; } // End of namespace Titanic -- cgit v1.2.3