mirror of
https://github.com/prime31/FNA-VSCode-Template.git
synced 2025-10-31 21:50:44 +07:00
dont allow dragging windows besides from title bar
This commit is contained in:
parent
26251573a8
commit
7f05b2a1ec
@ -18,6 +18,7 @@ namespace Nez
|
|||||||
{
|
{
|
||||||
_imGuiRenderer = new ImGuiRenderer( Core.instance );
|
_imGuiRenderer = new ImGuiRenderer( Core.instance );
|
||||||
_imGuiRenderer.rebuildFontAtlas();
|
_imGuiRenderer.rebuildFontAtlas();
|
||||||
|
ImGui.GetIO().ConfigWindowsMoveFromTitleBarOnly = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
[Console.Command( "toggle-imgui", "Toggles the Dear ImGui renderer" )]
|
[Console.Command( "toggle-imgui", "Toggles the Dear ImGui renderer" )]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user