mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-07 23:44:06 +00:00
*** empty log message ***
This commit is contained in:
parent
2601d57e47
commit
6b7695e0f9
4 changed files with 13 additions and 12 deletions
|
|
@ -211,7 +211,7 @@ public class Keyboard {
|
|||
if (Modifier.isStatic(field[i].getModifiers())
|
||||
&& Modifier.isPublic(field[i].getModifiers())
|
||||
&& Modifier.isFinal(field[i].getModifiers())
|
||||
&& field[i].getType() == int.class
|
||||
&& field[i].getType().equals(int.class)
|
||||
&& field[i].getName().startsWith("KEY_")) {
|
||||
|
||||
int key = field[i].getInt(null);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue