inline OpenGL functions to lwjgl GLxx

This commit is contained in:
Sen 2025-03-18 10:24:05 +01:00
parent 783adb350b
commit a2ffb2991d
90 changed files with 1008 additions and 1204 deletions

View file

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