Add remaining controller config options, remove ImGui config

This commit is contained in:
Irastris
2026-05-07 12:00:35 -04:00
parent b11f3add06
commit 73eb401c93
5 changed files with 181 additions and 563 deletions
+3 -2
View File
@@ -261,7 +261,9 @@ namespace dusk {
}
if (ImGui::IsKeyPressed(ImGuiKey_F11)) {
ImGuiMenuGame::ToggleFullscreen();
getSettings().video.enableFullscreen.setValue(!getSettings().video.enableFullscreen);
VISetWindowFullscreen(getSettings().video.enableFullscreen);
config::Save();
}
if (ImGui::GetIO().KeyShift && ImGui::IsKeyPressed(ImGuiKey_F1)) {
@@ -360,7 +362,6 @@ namespace dusk {
ImGui::End();
}
m_menuGame.windowControllerConfig();
m_menuGame.windowInputViewer();
m_menuGame.drawSpeedrunTimerOverlay();