replace libWCF with LWJGL 3

This commit is contained in:
Sen 2025-03-16 16:28:46 +01:00
parent 9ea6db267e
commit 7f32e87ef4
5 changed files with 559 additions and 121 deletions

View file

@ -136,6 +136,6 @@ public enum Keysym implements Input {
}
public boolean read() {
return WCF.getKey(this.ordinal() + 1);
return WCF.getKey(this); // .ordinal() + 1
}
}