aboutsummaryrefslogtreecommitdiff
path: root/engines/access/events.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/access/events.h')
-rw-r--r--engines/access/events.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/engines/access/events.h b/engines/access/events.h
index c43bf472f0..fd3adf8797 100644
--- a/engines/access/events.h
+++ b/engines/access/events.h
@@ -83,6 +83,16 @@ public:
uint32 getFrameCounter() { return _frameCounter; }
/**
+ * Sets the cursor and reset the normal cursor
+ */
+ void EventsManager::forceSetCursor(CursorType cursorId);
+
+ /**
+ * Sets the normal cursor
+ */
+ void EventsManager::setNormalCursor(CursorType cursorId);
+
+ /**
* Sets the cursor
*/
void setCursor(CursorType cursorId);