aboutsummaryrefslogtreecommitdiff
path: root/engines/access/events.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/access/events.cpp')
-rw-r--r--engines/access/events.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/engines/access/events.cpp b/engines/access/events.cpp
index 249ba15010..cd1880b338 100644
--- a/engines/access/events.cpp
+++ b/engines/access/events.cpp
@@ -54,6 +54,15 @@ EventsManager::~EventsManager() {
_invCursor.free();
}
+void EventsManager::forceSetCursor(CursorType cursorId) {
+ setNormalCursor(cursorId);
+ setCursor(cursorId);
+}
+
+void EventsManager::setNormalCursor(CursorType cursorId) {
+ _normalMouse = cursorId;
+}
+
void EventsManager::setCursor(CursorType cursorId) {
if (cursorId == _cursorId)
return;