From 531ebab4da814aac23a9b084772a6156bfb3b9b8 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Tue, 8 Apr 2014 22:04:43 -0400 Subject: MADS: Added preliminary keyboard handling and keypress process stub --- engines/mads/game.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'engines/mads/game.h') diff --git a/engines/mads/game.h b/engines/mads/game.h index 3216da360e..296bbcd7ea 100644 --- a/engines/mads/game.h +++ b/engines/mads/game.h @@ -78,6 +78,7 @@ protected: bool _quoteEmergency; bool _vocabEmergency; bool _anyEmergency; + int _widepipeCtr; /** * Constructor @@ -166,6 +167,11 @@ public: void loadQuoteRange(int startNum, int endNum) {} void loadQuoteSet(...) {} void loadQuote(int quoteNum) {} + + /** + * Handle a keyboard event + */ + void handleKeypress(const Common::Event &event); }; } // End of namespace MADS -- cgit v1.2.3