mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-30 19:40:31 -07:00
sdl windowed fullscreen (#2351)
This commit is contained in:
parent
f665326a67
commit
750ae907c2
2 changed files with 5 additions and 1 deletions
|
@ -1 +1 @@
|
|||
Subproject commit b1c75c86e902e5036ee1d36afad1a35313988fe7
|
||||
Subproject commit 7f04a562b2e1ece4c85165b4efdf4258cdf94d74
|
|
@ -271,6 +271,10 @@ namespace GameMenuBar {
|
|||
ImGui::PopStyleVar(1);
|
||||
}
|
||||
|
||||
if (SohImGui::supportsWindowedFullscreen()) {
|
||||
UIWidgets::PaddedEnhancementCheckbox("Windowed fullscreen", "gSdlWindowedFullscreen", true, false);
|
||||
}
|
||||
|
||||
if (SohImGui::supportsViewports()) {
|
||||
UIWidgets::PaddedEnhancementCheckbox("Allow multi-windows", "gEnableMultiViewports", true, false);
|
||||
UIWidgets::Tooltip("Allows windows to be able to be dragged off of the main game window. Requires a reload to take effect.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue