inline OpenGL functions to lwjgl GLxx
This commit is contained in:
parent
783adb350b
commit
a2ffb2991d
90 changed files with 1008 additions and 1204 deletions
|
@ -136,6 +136,6 @@ public enum Keysym implements Input {
|
|||
}
|
||||
|
||||
public boolean read() {
|
||||
return WCF.getKey(this); // .ordinal() + 1
|
||||
return Window.getKey(this); // .ordinal() + 1
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue