aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/glk_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/glk_api.h')
-rw-r--r--engines/glk/glk_api.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/glk/glk_api.h b/engines/glk/glk_api.h
index ea42b83054..55994fd3c1 100644
--- a/engines/glk/glk_api.h
+++ b/engines/glk/glk_api.h
@@ -280,6 +280,9 @@ public:
void garglk_set_zcolors_stream(strid_t str, uint fg, uint bg);
void garglk_set_reversevideo(uint reverse);
void garglk_set_reversevideo_stream(strid_t str, uint reverse);
+
+ void garglk_window_get_cursor(winid_t win, uint *xpos, uint *ypos);
+ void garglk_window_get_cursor_current(uint *xpos, uint *ypos);
};
} // End of namespace Glk