aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/events.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-07-19 16:09:40 -0400
committerPaul Gilbert2015-07-19 16:09:40 -0400
commitb16dced3c97f1a239c9468760584c325593973ae (patch)
treef8578c0df5ad2e00c4e535c81cb48cc5ec4ab1bd /engines/sherlock/events.h
parentbc9da9c14decc93fe5a70189426bd6f8600db2d8 (diff)
downloadscummvm-rg350-b16dced3c97f1a239c9468760584c325593973ae.tar.gz
scummvm-rg350-b16dced3c97f1a239c9468760584c325593973ae.tar.bz2
scummvm-rg350-b16dced3c97f1a239c9468760584c325593973ae.zip
SHERLOCK: RT: Support for showing inventory items as a cursor
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 ffe6584ae6..6932f21c98 100644
--- a/engines/sherlock/events.h
+++ b/engines/sherlock/events.h
@@ -79,6 +79,11 @@ public:
void setCursor(const Graphics::Surface &src, int hotspotX = 0, int hotspotY = 0);
/**
+ * Set both a standard cursor as well as an inventory item above it
+ */
+ void setCursor(CursorId cursorId, const Graphics::Surface &surface);
+
+ /**
* Animates the mouse cursor if the Wait cursor is showing
*/
void animateCursorIfNeeded();