aboutsummaryrefslogtreecommitdiff
path: root/engines/gargoyle/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gargoyle/screen.h')
-rw-r--r--engines/gargoyle/screen.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/gargoyle/screen.h b/engines/gargoyle/screen.h
index 66553c36ae..d7631efccf 100644
--- a/engines/gargoyle/screen.h
+++ b/engines/gargoyle/screen.h
@@ -52,6 +52,11 @@ public:
*/
void fillRect(const Rect &box, const byte *rgb);
+ /**
+ * Draws the text input caret at the given position
+ * @remarks The position specifies the caret's bottom-left corner,
+ * and the X position is in multiples of GLI_SUBPIX
+ */
void drawCaret(const Point &pos);
};