ソースを参照

Merge pull request #703 from Vlamboljant/Issue576

Issue #576 User can no longer enter exclusive fullscreen mode during …
JoshEngebretson 10 年 前
コミット
e700c4b2ef
1 ファイル変更5 行追加0 行削除
  1. 5 0
      Source/AtomicEditor/Application/AEEditorApp.cpp

+ 5 - 0
Source/AtomicEditor/Application/AEEditorApp.cpp

@@ -91,6 +91,11 @@ void AEEditorApp::Setup()
 
     AEEditorCommon::Setup();
 
+    // Ensure exclusive fullscreen is disabled in Editor application
+    Input* input = GetSubsystem<Input>();
+    input->SetToggleFullscreen(false);
+
+
     ToolEnvironment* env = GetSubsystem<ToolEnvironment>();
 
     engineParameters_["WindowTitle"] = "AtomicEditor";