Toggle the XNA Fullscreen.
This commit is contained in:
parent
5fdd55f732
commit
554d41ca1e
@ -39,6 +39,15 @@ namespace moe.yo3explorer.skyscraper8.UI.MonoGame
|
|||||||
}
|
}
|
||||||
ImGui.EndMenu();
|
ImGui.EndMenu();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (ImGui.BeginMenu("View"))
|
||||||
|
{
|
||||||
|
if (ImGui.MenuItem("Toggle Full Screen"))
|
||||||
|
{
|
||||||
|
_graphics.ToggleFullScreen();
|
||||||
|
}
|
||||||
|
ImGui.EndMenu();
|
||||||
|
}
|
||||||
ImGui.EndMainMenuBar();
|
ImGui.EndMainMenuBar();
|
||||||
|
|
||||||
base.ImGuiLayout();
|
base.ImGuiLayout();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user