aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/events.h
diff options
context:
space:
mode:
authorTorbjörn Andersson2015-06-03 19:19:05 +0200
committerTorbjörn Andersson2015-06-03 19:19:05 +0200
commit08b81e38f3df177d67cf290b07b2bc4b041dfc34 (patch)
tree6a575181bb3dc59c8d93356b8d218de74917beb1 /engines/sherlock/events.h
parent420e13a579c1fdb48fd26a6107d9f7a61c320625 (diff)
downloadscummvm-rg350-08b81e38f3df177d67cf290b07b2bc4b041dfc34.tar.gz
scummvm-rg350-08b81e38f3df177d67cf290b07b2bc4b041dfc34.tar.bz2
scummvm-rg350-08b81e38f3df177d67cf290b07b2bc4b041dfc34.zip
SHERLOCK: Add hotspot to magnifying glass cursor
I am not sure exactly what the original did, but this seems to match the behaviour I've observed in DOSBox.
Diffstat (limited to 'engines/sherlock/events.h')
-rw-r--r--engines/sherlock/events.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/events.h b/engines/sherlock/events.h
index b35109fefe..653049f72a 100644
--- a/engines/sherlock/events.h
+++ b/engines/sherlock/events.h
@@ -75,7 +75,7 @@ public:
/**
* Set the cursor to show from a passed frame
*/
- void setCursor(const Graphics::Surface &src);
+ void setCursor(const Graphics::Surface &src, int hotspotX = 0, int hotspotY = 0);
/**
* Animates the mouse cursor if the Wait cursor is showing