replace libWCF with LWJGL 3
This commit is contained in:
parent
9ea6db267e
commit
7f32e87ef4
5 changed files with 559 additions and 121 deletions
|
@ -136,6 +136,6 @@ public enum Keysym implements Input {
|
|||
}
|
||||
|
||||
public boolean read() {
|
||||
return WCF.getKey(this.ordinal() + 1);
|
||||
return WCF.getKey(this); // .ordinal() + 1
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue