diff options
author | crupest <crupest@outlook.com> | 2018-11-05 15:38:46 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2018-11-05 15:38:46 +0800 |
commit | 252519effe30881825dd02e26dc41bd9cde34782 (patch) | |
tree | 091a0b2e150d58ec640b981be74b274db609848c /src/ui/control.cpp | |
parent | a2922811243f276217d1546a1c55d85a8552c05a (diff) | |
download | cru-252519effe30881825dd02e26dc41bd9cde34782.tar.gz cru-252519effe30881825dd02e26dc41bd9cde34782.tar.bz2 cru-252519effe30881825dd02e26dc41bd9cde34782.zip |
...
Diffstat (limited to 'src/ui/control.cpp')
-rw-r--r-- | src/ui/control.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ui/control.cpp b/src/ui/control.cpp index 3aa8c7e2..838747bc 100644 --- a/src/ui/control.cpp +++ b/src/ui/control.cpp @@ -350,6 +350,16 @@ namespace cru { } } + void Control::SetCursor(const Cursor::Ptr& cursor) + { + + } + + Cursor::Ptr Control::GetCursorInherit() + { + + } + void Control::OnAddChild(Control* child) { if (auto window = GetWindow()) |