summaryrefslogtreecommitdiffstats
path: root/editor/plugins/spatial_editor_plugin.h
diff options
context:
space:
mode:
authorMichael Alexsander Silva Dias <michaelalexsander@protonmail.com>2018-08-25 03:47:04 -0300
committerMichael Alexsander Silva Dias <michaelalexsander@protonmail.com>2018-08-25 17:43:27 -0300
commit7d13f6ad303b0b2ed422e4f81fc2720f98ea4080 (patch)
treee56a0ea683152a7210bd63183987bc61ca390183 /editor/plugins/spatial_editor_plugin.h
parent8c435a343e9739f30cb2e347df95835c91c1ff1a (diff)
downloadredot-engine-7d13f6ad303b0b2ed422e4f81fc2720f98ea4080.tar.gz
Small improvements to the Spatial Editor's multiple viewport mode
Diffstat (limited to 'editor/plugins/spatial_editor_plugin.h')
-rw-r--r--editor/plugins/spatial_editor_plugin.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/editor/plugins/spatial_editor_plugin.h b/editor/plugins/spatial_editor_plugin.h
index 5850c0dbf1..0199e09cf2 100644
--- a/editor/plugins/spatial_editor_plugin.h
+++ b/editor/plugins/spatial_editor_plugin.h
@@ -445,6 +445,9 @@ private:
float ratio_h;
float ratio_v;
+ bool hovering_v;
+ bool hovering_h;
+
bool dragging_v;
bool dragging_h;
Vector2 drag_begin_pos;