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:
@@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user