aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/events.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-07-24 19:42:41 -0400
committerPaul Gilbert2015-07-24 19:42:41 -0400
commitc6e18844038e087f373923731265beac58485a31 (patch)
tree72507862f9074d63c6b9fa556522197e38d667e5 /engines/sherlock/events.h
parent8be83948b1485bb143dd05f7373ffeeb08a8638d (diff)
downloadscummvm-rg350-c6e18844038e087f373923731265beac58485a31.tar.gz
scummvm-rg350-c6e18844038e087f373923731265beac58485a31.tar.bz2
scummvm-rg350-c6e18844038e087f373923731265beac58485a31.zip
SHERLOCK: RT: Rendering fixes for Options & Quit dialogs
Diffstat (limited to 'engines/sherlock/events.h')
-rw-r--r--engines/sherlock/events.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/sherlock/events.h b/engines/sherlock/events.h
index 93a5e54f81..3dd4da2411 100644
--- a/engines/sherlock/events.h
+++ b/engines/sherlock/events.h
@@ -110,11 +110,6 @@ public:
bool isCursorVisible() const;
/**
- * Move the mouse
- */
- void moveMouse(const Common::Point &pt);
-
- /**
* Check for any pending events
*/
void pollEvents();
@@ -131,6 +126,11 @@ public:
void warpMouse(const Common::Point &pt);
/**
+ * Move the mouse cursor to the center of the screen
+ */
+ void warpMouse();
+
+ /**
* Get the current mouse position
*/
Common::Point screenMousePos() const;