aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/frotz/windows.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/frotz/windows.h')
-rw-r--r--engines/glk/frotz/windows.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/glk/frotz/windows.h b/engines/glk/frotz/windows.h
index 3ee2fe6d93..3acb166108 100644
--- a/engines/glk/frotz/windows.h
+++ b/engines/glk/frotz/windows.h
@@ -140,6 +140,11 @@ public:
* Set the position of a window
*/
void setPosition(const Point &newPos);
+
+ /**
+ * Set the cursor position
+ */
+ void setCursor(const Point &newPos);
};
/**