From ce1a7264a3325ae56e341d7af22b0fee914f213b Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 16 Nov 2021 22:21:48 +0800 Subject: ... --- include/cru/ui/controls/TextHostControlService.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/cru/ui/controls') 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; -- cgit v1.2.3