mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 23:14:19 +00:00
*** empty log message ***
This commit is contained in:
parent
a8826b4b12
commit
da4eb5d83e
18 changed files with 22 additions and 22 deletions
|
|
@ -113,7 +113,7 @@ public class FullScreenWindowedTest {
|
|||
while (!Keyboard.isKeyDown(Keyboard.KEY_ESCAPE)
|
||||
&& !Window.isCloseRequested()) {
|
||||
// allow subsystem to get a chance to run too
|
||||
Window.updateState();
|
||||
Window.update();
|
||||
|
||||
if (!Window.isMinimized()) {
|
||||
// check keyboard input
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue