mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-22 01:12:19 -05: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
@ -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
|
||||
|
@ -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…
Reference in New Issue
Block a user