mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-11 19:48:54 +01:00
examples/windowsize: Fix the message
This commit is contained in:
parent
5d4c57c328
commit
dfeb48b154
@ -293,7 +293,8 @@ 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[F] Switch the fullscreen state (only for desktops)
|
%s
|
||||||
|
[F] Switch the fullscreen state (only for desktops)
|
||||||
[U] Switch the runnable-on-unfocused state
|
[U] Switch the runnable-on-unfocused state
|
||||||
[C] Switch the cursor visibility
|
[C] Switch the cursor visibility
|
||||||
[I] Change the window icon (only for desktops)
|
[I] Change the window icon (only for desktops)
|
||||||
|
Loading…
Reference in New Issue
Block a user