diff options
author | crupest <crupest@outlook.com> | 2018-10-07 17:15:32 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2018-10-07 17:15:32 +0800 |
commit | 00abb6f0c8678086860c07eedb17aa348b13fd76 (patch) | |
tree | 45976fd277758fbc6be8c2e38e1f560118ff8efc /src/ui/control.h | |
parent | 508c69d6706ddfdba5bac7970ea95b8158992323 (diff) | |
download | cru-00abb6f0c8678086860c07eedb17aa348b13fd76.tar.gz cru-00abb6f0c8678086860c07eedb17aa348b13fd76.tar.bz2 cru-00abb6f0c8678086860c07eedb17aa348b13fd76.zip |
Add cursor.
Diffstat (limited to 'src/ui/control.h')
-rw-r--r-- | src/ui/control.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/control.h b/src/ui/control.h index b2321e2b..666d7f69 100644 --- a/src/ui/control.h +++ b/src/ui/control.h @@ -346,6 +346,10 @@ namespace cru virtual Size OnMeasureContent(const Size& available_size); virtual void OnLayoutContent(const Rect& rect); + + //*************** region: cursor *************** + //TODO! + private: // Only for layout manager to use. // Check if the old position is updated to current position. |