mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-21 05:43:42 -07:00
fullscreen with f11 not f9 (#2955)
* fullscreen with f11 not f9 * update readme * use latest lus main * latest lus --------- Co-authored-by: briaguya <briaguya@alice>
This commit is contained in:
parent
430d5cddf2
commit
16eb211102
2 changed files with 2 additions and 3 deletions
|
@ -130,7 +130,7 @@ void DrawShipMenu() {
|
|||
}
|
||||
#if !defined(__SWITCH__) && !defined(__WIIU__)
|
||||
auto backend = LUS::Context::GetInstance()->GetWindow()->GetWindowBackend();
|
||||
if (ImGui::MenuItem("Toggle Fullscreen", "F9")) {
|
||||
if (ImGui::MenuItem("Toggle Fullscreen", "F11")) {
|
||||
LUS::Context::GetInstance()->GetWindow()->ToggleFullscreen();
|
||||
}
|
||||
if (ImGui::MenuItem("Quit")) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue