Fix keyboard input in various cases on macOS

This commit is contained in:
2023-05-17 17:27:41 +02:00
parent 4a165d0661
commit 24396031a7
2 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ namespace FlaxEngine.GUI
desc.SupportsTransparency = false;
desc.ShowInTaskbar = false;
desc.ActivateWhenFirstShown = false;
desc.AllowInput = true;
desc.AllowInput = false;
desc.AllowMinimize = false;
desc.AllowMaximize = false;
desc.AllowDragAndDrop = false;