aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/eventman.h
diff options
context:
space:
mode:
authorFilippos Karapetis2015-12-24 18:12:57 +0200
committerFilippos Karapetis2015-12-24 18:12:57 +0200
commit9c749c7d2e9c60b30274ba63fac44f886574e668 (patch)
treeebf264ddbb1b391cbe702290c535795831ae4a8f /engines/lab/eventman.h
parent60657f9fd22154d6e554a8e5516a489547c70a84 (diff)
downloadscummvm-rg350-9c749c7d2e9c60b30274ba63fac44f886574e668.tar.gz
scummvm-rg350-9c749c7d2e9c60b30274ba63fac44f886574e668.tar.bz2
scummvm-rg350-9c749c7d2e9c60b30274ba63fac44f886574e668.zip
LAB: Start to untangle the mess in the event code
Diffstat (limited to 'engines/lab/eventman.h')
-rw-r--r--engines/lab/eventman.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/engines/lab/eventman.h b/engines/lab/eventman.h
index 963972165d..a5f0e9484f 100644
--- a/engines/lab/eventman.h
+++ b/engines/lab/eventman.h
@@ -74,7 +74,6 @@ private:
bool _leftClick;
bool _rightClick;
- bool _mouseHidden;
uint16 _nextKeyIn;
uint16 _nextKeyOut;
@@ -96,9 +95,7 @@ private:
/**
* Checks whether or not a key has been pressed.
*/
- bool keyPress(Common::KeyCode *keyCode);
- bool haveNextChar();
- Common::KeyCode getNextChar();
+ Common::KeyCode keyPress();
/**
* Checks whether or not the coords fall within one of the buttons in a list