aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/events.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/events.h')
-rw-r--r--engines/sherlock/events.h5
1 files changed, 5 insertions, 0 deletions
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
@@ -120,6 +120,11 @@ public:
void pollEventsAndWait();
/**
+ * Move the mouse cursor
+ */
+ void warpMouse(const Common::Point &pt);
+
+ /**
* Get the current mouse position
*/
Common::Point mousePos() const;