mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-01-06 16:59:56 +01:00
Minor fix
This commit is contained in:
parent
cf978fcf1a
commit
78c2900cd9
|
|
@ -279,7 +279,7 @@ public class WindowCreationTest {
|
|||
"ARROW Keys:\tMove window when in non-fullscreen mode\n" +
|
||||
"L:\t\tList selectable display modes\n" +
|
||||
"0-8:\t\tSelection of display modes\n" +
|
||||
"F:\t\tToggle fullscreen" +
|
||||
"F:\t\tToggle fullscreen\n" +
|
||||
"SHIFT-F:\t\tToggle fullscreen with Display.destroy()/create() cycle");
|
||||
|
||||
WindowCreationTest wct = new WindowCreationTest();
|
||||
|
|
|
|||
Loading…
Reference in a new issue