mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-03-29 17:45:04 +02:00
added required isSupported
This commit is contained in:
parent
2426b07912
commit
409da4106b
|
|
@ -40,4 +40,9 @@ public class LWJGLEnvironmentPlugin extends ControllerEnvironment implements Plu
|
|||
public Controller[] getControllers() {
|
||||
return controllers;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isSupported() {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue