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:
briaguya 2023-06-12 18:59:30 -04:00 committed by GitHub
parent 430d5cddf2
commit 16eb211102
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -75,9 +75,8 @@ Congratulations, you are now sailing with the Ship of Harkinian! Have fun!
| F6 | Change state |
| F7 | Load state |
| F9 | Toggle Text-to-Speech (Windows and Mac only) |
| F10 | Fullscreen (OpenGL) |
| F11 | Fullscreen |
| Tab | Toggle Alternate assets |
| Alt+Enter | Fullscreen (DirectX) |
| Ctrl+R | Reset |
### Graphics Backends

View File

@ -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")) {