diff options
| author | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2018-08-25 03:47:04 -0300 |
|---|---|---|
| committer | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2018-08-25 17:43:27 -0300 |
| commit | 7d13f6ad303b0b2ed422e4f81fc2720f98ea4080 (patch) | |
| tree | e56a0ea683152a7210bd63183987bc61ca390183 /editor/plugins/spatial_editor_plugin.h | |
| parent | 8c435a343e9739f30cb2e347df95835c91c1ff1a (diff) | |
| download | redot-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.h | 3 |
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; |
