mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-07 07:24:20 +00:00
Win32 part of refactor and AWTGLCanvas
This commit is contained in:
parent
50d3a7fbf3
commit
62e561cddf
37 changed files with 1644 additions and 670 deletions
|
|
@ -63,6 +63,8 @@ public final class Sys {
|
|||
private final static SysImplementation implementation;
|
||||
|
||||
static {
|
||||
System.loadLibrary("awt");
|
||||
System.loadLibrary("jawt");
|
||||
System.loadLibrary(LIBRARY_NAME);
|
||||
implementation = createImplementation();
|
||||
String native_version = implementation.getNativeLibraryVersion();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue