aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/editor_node.h
diff options
context:
space:
mode:
authorJuan Linietsky2015-06-14 00:41:08 -0300
committerJuan Linietsky2015-06-14 00:41:08 -0300
commit7674bad6c45e32be815301ba0eeeb032b1c627d8 (patch)
tree74716538087823274e5a29a4c7f98d1417f871c3 /tools/editor/editor_node.h
parent8228fea02feabbfdd4def950e67f9ea6507d981d (diff)
downloadgodot-7674bad6c45e32be815301ba0eeeb032b1c627d8.tar.gz
godot-7674bad6c45e32be815301ba0eeeb032b1c627d8.tar.zst
godot-7674bad6c45e32be815301ba0eeeb032b1c627d8.zip
fixes for dock motion
Diffstat (limited to '')
-rw-r--r--tools/editor/editor_node.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/editor/editor_node.h b/tools/editor/editor_node.h
index 3647443f8..2ef9332c8 100644
--- a/tools/editor/editor_node.h
+++ b/tools/editor/editor_node.h
@@ -455,9 +455,12 @@ class EditorNode : public Node {
bool _find_scene_in_use(Node* p_node,const String& p_path) const;
void _dock_select_input(const InputEvent& p_input);
+ void _dock_move_left();
+ void _dock_move_right();
void _dock_select_draw();
void _dock_pre_popup(int p_which);
void _dock_split_dragged(int ofs);
+ void _dock_popup_exit();
void _save_docks();
void _load_docks();