aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/gui_v2.h
diff options
context:
space:
mode:
authorJohannes Schickel2008-08-25 15:14:29 +0000
committerJohannes Schickel2008-08-25 15:14:29 +0000
commita6c931459be0b9fd9122bf67d1ac2296512496ac (patch)
tree3a499b8a572cef8a405d6746aa1f1fc878386e9f /engines/kyra/gui_v2.h
parentf21cc823de03412040687724e9eeb1e96d737a06 (diff)
downloadscummvm-rg350-a6c931459be0b9fd9122bf67d1ac2296512496ac.tar.gz
scummvm-rg350-a6c931459be0b9fd9122bf67d1ac2296512496ac.tar.bz2
scummvm-rg350-a6c931459be0b9fd9122bf67d1ac2296512496ac.zip
Implemented continous screen updating while waiting for text input in v2 GUI. (based on LoK implementation)
svn-id: r34157
Diffstat (limited to 'engines/kyra/gui_v2.h')
-rw-r--r--engines/kyra/gui_v2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/kyra/gui_v2.h b/engines/kyra/gui_v2.h
index 60b7f0ab86..88861ff905 100644
--- a/engines/kyra/gui_v2.h
+++ b/engines/kyra/gui_v2.h
@@ -213,6 +213,7 @@ protected:
// savename menu
bool _finishNameInput, _cancelNameInput;
Common::KeyState _keyPressed;
+ uint32 _lastScreenUpdate;
const char *nameInputProcess(char *buffer, int x, int y, uint8 c1, uint8 c2, uint8 c3, int bufferSize);
int finishSavename(Button *caller);