diff options
Diffstat (limited to 'engines/glk/events.h')
-rw-r--r-- | engines/glk/events.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/glk/events.h b/engines/glk/events.h index d5d6f7c4d4..37cd3c24dd 100644 --- a/engines/glk/events.h +++ b/engines/glk/events.h @@ -275,6 +275,13 @@ public: void setCursor(CursorId cursorId); /** + * Sets whether the mouse cursor is visible + * @remarks Normally the cursor is visible for all games, even for those that didn't have mouse originally, + * so as to allow for common Glk functionality for selecting ranges of text + */ + void showMouseCursor(bool visible); + + /** * Set a timer interval * @param milli Time in millieseconds for intervals, or 0 for off */ |