From 53615c91288b32892e9a8334ea67d4c0059b575c Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Wed, 23 Jul 2008 07:52:43 +0000 Subject: Removed the historical waitUntilLeftClick function and adapted code to use the more general readInput and waitForButtonEvent. svn-id: r33226 --- engines/parallaction/input.h | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/parallaction/input.h') 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); -- cgit v1.2.3