summaryrefslogtreecommitdiffhomepage
path: root/editor/events.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/events.cpp')
-rw-r--r--editor/events.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/editor/events.cpp b/editor/events.cpp
index 96f5c82c..cc1c0d7a 100644
--- a/editor/events.cpp
+++ b/editor/events.cpp
@@ -199,4 +199,9 @@ int app::get_key_modifiers()
return fixup_mods(M->get_mods());
}
+void app::set_cursor_from_imgui()
+{
+ _imgui.updateApplicationCursor(M->application());
+}
+
} // namespace floormat