1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Small improvements to the Spatial Editor's multiple viewport mode

This commit is contained in:
Michael Alexsander Silva Dias
2018-08-25 03:47:04 -03:00
parent 8c435a343e
commit 7d13f6ad30
6 changed files with 293 additions and 54 deletions

View File

@@ -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;