diff options
| author | crupest <crupest@outlook.com> | 2021-11-16 22:21:48 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2021-11-16 22:21:48 +0800 |
| commit | ce1a7264a3325ae56e341d7af22b0fee914f213b (patch) | |
| tree | 391cff09e33137f2483c6a7b35cde22a79895f7b /include | |
| parent | f61cd0575f9f8b7be154073304795c22b0ec26ab (diff) | |
| download | cru-ce1a7264a3325ae56e341d7af22b0fee914f213b.tar.gz cru-ce1a7264a3325ae56e341d7af22b0fee914f213b.tar.bz2 cru-ce1a7264a3325ae56e341d7af22b0fee914f213b.zip | |
...
Diffstat (limited to 'include')
| -rw-r--r-- | include/cru/ui/controls/TextHostControlService.hpp | 2 |
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; |
