summaryrefslogtreecommitdiffhomepage
path: root/editor/editor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor.hpp')
-rw-r--r--editor/editor.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor.hpp b/editor/editor.hpp
index 8fa3a859..1ae983de 100644
--- a/editor/editor.hpp
+++ b/editor/editor.hpp
@@ -40,6 +40,7 @@ struct editor final
void on_mouse_move(world& world, global_coords& pos, int modifiers);
void on_release();
void clear_selection();
+ Optional<global_coords> mouse_drag_pos();
editor(app* a);
editor(editor&&) noexcept = default;