aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/frotz/windows.h
diff options
context:
space:
mode:
authorPaul Gilbert2019-02-23 16:30:58 -0800
committerPaul Gilbert2019-02-23 16:31:08 -0800
commit4efa9c73d4141116892ee1cf732cdfbc259821e4 (patch)
tree7f368ac5658b86a3fce9b3783f790e1616054618 /engines/glk/frotz/windows.h
parent5f520aa386d829f2bbb168f31318f3422ecf01f1 (diff)
downloadscummvm-rg350-4efa9c73d4141116892ee1cf732cdfbc259821e4.tar.gz
scummvm-rg350-4efa9c73d4141116892ee1cf732cdfbc259821e4.tar.bz2
scummvm-rg350-4efa9c73d4141116892ee1cf732cdfbc259821e4.zip
GLK: FROTZ: Add V6 text cursor logic
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);
};
/**