mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 06:53:59 +00:00
Added support for applets to jinput
This commit is contained in:
parent
8e11d22366
commit
5671f93656
2 changed files with 2 additions and 0 deletions
|
|
@ -132,6 +132,8 @@ public class LWJGLInstaller {
|
|||
AccessController.doPrivileged(new PrivilegedAction() {
|
||||
public Object run() {
|
||||
System.setProperty("org.lwjgl.librarypath", path);
|
||||
// Make sure jinput knows about the new path too
|
||||
System.setProperty("net.java.games.input.librarypath", path);
|
||||
return null;
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue