Add support for moving object with transform gizmo when mouse moves outside the viewport during usage
This commit is contained in:
@@ -73,6 +73,9 @@ namespace FlaxEditor.Viewport
|
||||
/// <inheritdoc />
|
||||
public Undo Undo { get; }
|
||||
|
||||
/// <inheritdoc />
|
||||
protected override bool IsControllingMouse => Gizmos.Active?.IsControllingMouse ?? false;
|
||||
|
||||
/// <inheritdoc />
|
||||
protected override void AddUpdateCallbacks(RootControl root)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user