aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/agi.h
diff options
context:
space:
mode:
authorTorbjörn Andersson2007-03-17 16:08:29 +0000
committerTorbjörn Andersson2007-03-17 16:08:29 +0000
commit8a2529b2d6fa83efc0da64e4f7fc003d84b18a59 (patch)
tree91a8d7ac21da95d4f2750b0ea504f155afe7786c /engines/agi/agi.h
parentcfe7ecd6d914026080698e5c6330a0ee1db6b8a9 (diff)
downloadscummvm-rg350-8a2529b2d6fa83efc0da64e4f7fc003d84b18a59.tar.gz
scummvm-rg350-8a2529b2d6fa83efc0da64e4f7fc003d84b18a59.tar.bz2
scummvm-rg350-8a2529b2d6fa83efc0da64e4f7fc003d84b18a59.zip
Allow synthetic events in dialog windows, e.g. so you can use keyboard repeat
when scrolling the list of savegames. svn-id: r26175
Diffstat (limited to 'engines/agi/agi.h')
-rw-r--r--engines/agi/agi.h3
1 files changed, 3 insertions, 0 deletions
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