mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +01:00
examples/windowsize: Bug fix: Wrong comment
This commit is contained in:
parent
f64a946052
commit
2b6debf960
@ -333,7 +333,7 @@ func (g *game) Draw(screen *ebiten.Image) {
|
|||||||
msg := fmt.Sprintf(`[Arrow keys] Move the window
|
msg := fmt.Sprintf(`[Arrow keys] Move the window
|
||||||
[Shift + Arrow keys] Change the window size
|
[Shift + Arrow keys] Change the window size
|
||||||
%s
|
%s
|
||||||
[F] Switch the fullscreen state (only for desktops)
|
[F] Switch the fullscreen state
|
||||||
[U] Switch the runnable-on-unfocused state
|
[U] Switch the runnable-on-unfocused state
|
||||||
[C] Switch the cursor mode (visible, hidden, or captured)
|
[C] Switch the cursor mode (visible, hidden, or captured)
|
||||||
[I] Change the window icon (only for desktops)
|
[I] Change the window icon (only for desktops)
|
||||||
|
Loading…
Reference in New Issue
Block a user