aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/windows.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/windows.h')
-rw-r--r--engines/glk/windows.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/glk/windows.h b/engines/glk/windows.h
index 27380fa23e..4b71aa0fab 100644
--- a/engines/glk/windows.h
+++ b/engines/glk/windows.h
@@ -440,6 +440,11 @@ public:
}
/**
+ * Get the cursor position
+ */
+ virtual Point getCursor() const { return Point(); }
+
+ /**
* Move the cursor
*/
virtual void moveCursor(const Point &newPos);