diff --git a/project_name/ImGui/ImGuiFinalRenderDelegate.cs b/project_name/ImGui/ImGuiFinalRenderDelegate.cs index 8f2dbf7..7853005 100644 --- a/project_name/ImGui/ImGuiFinalRenderDelegate.cs +++ b/project_name/ImGui/ImGuiFinalRenderDelegate.cs @@ -18,6 +18,7 @@ namespace Nez { _imGuiRenderer = new ImGuiRenderer( Core.instance ); _imGuiRenderer.rebuildFontAtlas(); + ImGui.GetIO().ConfigWindowsMoveFromTitleBarOnly = true; } [Console.Command( "toggle-imgui", "Toggles the Dear ImGui renderer" )]