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
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

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