aboutsummaryrefslogtreecommitdiff
path: root/src/ui/control.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/control.cpp')
-rw-r--r--src/ui/control.cpp10
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())