aboutsummaryrefslogtreecommitdiff
path: root/include/Text.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Text.hpp')
-rw-r--r--include/Text.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Text.hpp b/include/Text.hpp
index 0244ba1..59693a2 100644
--- a/include/Text.hpp
+++ b/include/Text.hpp
@@ -80,6 +80,8 @@ namespace QuickMedia
void setCharacterSpacing(float characterSpacing);
void setEditable(bool editable);
bool isEditable() const;
+ // Note: only call after initial updateGeometry or draw. TODO: Automatically do this internally
+ void moveCaretToEnd();
// Note: won't update until @draw is called
float getWidth() const;