Implement new window dragging system

This commit is contained in:
2025-01-21 20:14:44 +02:00
parent 8120ae621d
commit d115d22ee6
26 changed files with 6081 additions and 1226 deletions

View File

@@ -52,7 +52,7 @@ namespace FlaxEditor.GUI.Docking
return;
// Create docking hint window
DockHintWindow.Create(this);
WindowDragHelper.StartDragging(this);
}
/// <summary>