aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/cursor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tinsel/cursor.cpp')
-rw-r--r--engines/tinsel/cursor.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/tinsel/cursor.cpp b/engines/tinsel/cursor.cpp
index 719b55d1bb..3fc3b974e9 100644
--- a/engines/tinsel/cursor.cpp
+++ b/engines/tinsel/cursor.cpp
@@ -689,4 +689,8 @@ void EndCursorFollowed(void) {
bTempHide = false;
}
+bool isCursorShown() {
+ return !(bTempHide || bHiddenCursor);
+}
+
} // end of namespace Tinsel