aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-11-16 22:21:48 +0800
committercrupest <crupest@outlook.com>2021-11-16 22:21:48 +0800
commitce1a7264a3325ae56e341d7af22b0fee914f213b (patch)
tree391cff09e33137f2483c6a7b35cde22a79895f7b /include/cru/ui
parentf61cd0575f9f8b7be154073304795c22b0ec26ab (diff)
downloadcru-ce1a7264a3325ae56e341d7af22b0fee914f213b.tar.gz
cru-ce1a7264a3325ae56e341d7af22b0fee914f213b.tar.bz2
cru-ce1a7264a3325ae56e341d7af22b0fee914f213b.zip
...
Diffstat (limited to 'include/cru/ui')
-rw-r--r--include/cru/ui/controls/TextHostControlService.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cru/ui/controls/TextHostControlService.hpp b/include/cru/ui/controls/TextHostControlService.hpp
index da9547ac..274d092b 100644
--- a/include/cru/ui/controls/TextHostControlService.hpp
+++ b/include/cru/ui/controls/TextHostControlService.hpp
@@ -36,6 +36,8 @@ class TextControlMovePattern : public Object {
static TextControlMovePattern kDown;
static TextControlMovePattern kHome;
static TextControlMovePattern kEnd;
+ static TextControlMovePattern kCtrlHome;
+ static TextControlMovePattern kCtrlEnd;
static TextControlMovePattern kPageUp;
static TextControlMovePattern kPageDown;