mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-07 23:44:06 +00:00
Linux: Moved input focus handling to LinuxDisplay. Bumped Sys.JNI_VERSION
This commit is contained in:
parent
1a9bed90ed
commit
ab4bb1ebcb
3 changed files with 3 additions and 3 deletions
|
|
@ -57,7 +57,7 @@ public final class Sys {
|
|||
private static final String VERSION = "2.0a3";
|
||||
|
||||
/** Current version of the JNI library */
|
||||
static final int JNI_VERSION = 13;
|
||||
static final int JNI_VERSION = 15;
|
||||
|
||||
/** The implementation instance to delegate platform specific behavior to */
|
||||
private final static SysImplementation implementation;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue