From b2da505145d1ec50faa30705f9f604dd4d9cff1a Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 21 Jun 2015 19:42:28 -0400 Subject: SHERLOCK: RT: Implemented journal event handling --- engines/sherlock/events.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'engines/sherlock/events.h') diff --git a/engines/sherlock/events.h b/engines/sherlock/events.h index c9ca041c13..b0dda37607 100644 --- a/engines/sherlock/events.h +++ b/engines/sherlock/events.h @@ -119,6 +119,11 @@ public: */ void pollEventsAndWait(); + /** + * Move the mouse cursor + */ + void warpMouse(const Common::Point &pt); + /** * Get the current mouse position */ -- cgit v1.2.3