From 8a2529b2d6fa83efc0da64e4f7fc003d84b18a59 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sat, 17 Mar 2007 16:08:29 +0000 Subject: Allow synthetic events in dialog windows, e.g. so you can use keyboard repeat when scrolling the list of savegames. svn-id: r26175 --- engines/agi/agi.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/agi/agi.h') diff --git a/engines/agi/agi.h b/engines/agi/agi.h index adf9193c4b..5bc577bcca 100644 --- a/engines/agi/agi.h +++ b/engines/agi/agi.h @@ -518,6 +518,8 @@ private: int _keyQueueStart; int _keyQueueEnd; + bool _allowSynthetic; + int checkPriority(VtEntry *v); int checkCollision(VtEntry *v); int checkPosition(VtEntry *v); @@ -634,6 +636,7 @@ public: int showItems(); void selectItems(int n); + void allowSynthetic(bool); void processEvents(); // Objects -- cgit v1.2.3