From 252519effe30881825dd02e26dc41bd9cde34782 Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 5 Nov 2018 15:38:46 +0800 Subject: ... --- src/ui/control.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/ui/control.cpp') 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()) -- cgit v1.2.3