From b16dced3c97f1a239c9468760584c325593973ae Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 19 Jul 2015 16:09:40 -0400 Subject: SHERLOCK: RT: Support for showing inventory items as a cursor --- 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 ffe6584ae6..6932f21c98 100644 --- a/engines/sherlock/events.h +++ b/engines/sherlock/events.h @@ -78,6 +78,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 */ -- cgit v1.2.3