aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/eventman.h
diff options
context:
space:
mode:
authorFilippos Karapetis2015-12-24 18:25:16 +0200
committerFilippos Karapetis2015-12-24 18:25:16 +0200
commitb2fad340b5f6cf2c54cb64241003867f5a5a893c (patch)
treeb2b0c962b88a0014c6064f248dfcf619b7dc48d6 /engines/lab/eventman.h
parent9c749c7d2e9c60b30274ba63fac44f886574e668 (diff)
downloadscummvm-rg350-b2fad340b5f6cf2c54cb64241003867f5a5a893c.tar.gz
scummvm-rg350-b2fad340b5f6cf2c54cb64241003867f5a5a893c.tar.bz2
scummvm-rg350-b2fad340b5f6cf2c54cb64241003867f5a5a893c.zip
LAB: More cleanup of the keyboard handling code
Diffstat (limited to 'engines/lab/eventman.h')
-rw-r--r--engines/lab/eventman.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/engines/lab/eventman.h b/engines/lab/eventman.h
index a5f0e9484f..f0e04fcb55 100644
--- a/engines/lab/eventman.h
+++ b/engines/lab/eventman.h
@@ -77,7 +77,6 @@ private:
uint16 _nextKeyIn;
uint16 _nextKeyOut;
- Common::KeyCode _keyBuf[64];
Button *_hitButton;
Button *_lastButtonHit;
@@ -93,11 +92,6 @@ private:
Button *checkButtonHit(ButtonList *buttonList, Common::Point pos);
/**
- * Checks whether or not a key has been pressed.
- */
- Common::KeyCode keyPress();
-
- /**
* Checks whether or not the coords fall within one of the buttons in a list
* of buttons.
*/