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

Merge pull request #21421 from YeldhamDev/mult_view_changes

Small improvements to the Spatial Editor's multiple viewport mode
This commit is contained in:
Rémi Verschelde
2018-10-02 11:22:49 +02:00
committed by GitHub
6 changed files with 293 additions and 54 deletions

View File

@@ -443,6 +443,9 @@ private:
float ratio_h;
float ratio_v;
bool hovering_v;
bool hovering_h;
bool dragging_v;
bool dragging_h;
Vector2 drag_begin_pos;