mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 06:53:59 +00:00
added required isSupported
This commit is contained in:
parent
2426b07912
commit
409da4106b
1 changed files with 5 additions and 0 deletions
|
|
@ -40,4 +40,9 @@ public class LWJGLEnvironmentPlugin extends ControllerEnvironment implements Plu
|
|||
public Controller[] getControllers() {
|
||||
return controllers;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isSupported() {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue