mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-08 16:04:39 +00:00
fix: updated to 0.7
This commit is contained in:
parent
874edcb3ec
commit
f19ef56df9
8 changed files with 77 additions and 50 deletions
|
|
@ -18,11 +18,15 @@ public class WindowCreationTest {
|
|||
DisplayMode[] modes = Display.getAvailableDisplayModes();
|
||||
System.out.println("Found " + modes.length + " display modes");
|
||||
|
||||
|
||||
try {
|
||||
Window.create("WindowCreationTest", 50, 50, 320, 240, 16, 0, 0, 0);
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
System.out.println(Window.getHeight() + ", " + Window.getWidth() + ", " + Window.getTitle());
|
||||
|
||||
|
||||
System.out.println("Display created");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue