aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/input.h
diff options
context:
space:
mode:
authorNicola Mettifogo2008-07-23 07:52:43 +0000
committerNicola Mettifogo2008-07-23 07:52:43 +0000
commit53615c91288b32892e9a8334ea67d4c0059b575c (patch)
tree54f317cca9384d5050d91e5c5faba2802c894250 /engines/parallaction/input.h
parent78ccedf8985151c594ef384fda95de295d39bb5c (diff)
downloadscummvm-rg350-53615c91288b32892e9a8334ea67d4c0059b575c.tar.gz
scummvm-rg350-53615c91288b32892e9a8334ea67d4c0059b575c.tar.bz2
scummvm-rg350-53615c91288b32892e9a8334ea67d4c0059b575c.zip
Removed the historical waitUntilLeftClick function and adapted code to use the more general readInput and waitForButtonEvent.
svn-id: r33226
Diffstat (limited to 'engines/parallaction/input.h')
-rw-r--r--engines/parallaction/input.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/parallaction/input.h b/engines/parallaction/input.h
index 679417c0e5..68acce6554 100644
--- a/engines/parallaction/input.h
+++ b/engines/parallaction/input.h
@@ -113,7 +113,6 @@ public:
void readInput();
InputData* updateInput();
void trackMouse(ZonePtr z);
- void waitUntilLeftClick();
void waitForButtonEvent(uint32 buttonEventMask, int32 timeout = -1);
uint32 getLastButtonEvent() { return _mouseButtons; }
bool getLastKeyDown(uint16 &ascii);