From fa17f684da1da7fded805746b75c454502ffe683 Mon Sep 17 00:00:00 2001 From: johndoe123 Date: Tue, 24 Nov 2015 00:10:10 +0100 Subject: ILLUSIONS: DUCKMAN: Start implementing the menu system Still work-in-progress, missing functionality and buggy Maybe needs some work for BBDOU where this isn't implemented yet. --- engines/illusions/input.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/illusions/input.h') diff --git a/engines/illusions/input.h b/engines/illusions/input.h index 093adad222..7d01ea6eec 100644 --- a/engines/illusions/input.h +++ b/engines/illusions/input.h @@ -79,6 +79,7 @@ public: Input(); void processEvent(Common::Event event); bool pollEvent(uint evt); + bool hasNewEvents(); void discardEvent(uint evt); void discardAllEvents(); void activateButton(uint bitMask); -- cgit v1.2.3