mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 14:35:58 +00:00
Simplification work
This commit is contained in:
parent
fca57cefd5
commit
3df3d2d401
9 changed files with 184 additions and 230 deletions
|
|
@ -476,8 +476,6 @@ public class Keyboard {
|
|||
*/
|
||||
public static int getNumKeyboardEvents() {
|
||||
assert created : "The keyboard has not been created.";
|
||||
assert readBuffer != null : "Keyboard buffering has not been enabled.";
|
||||
|
||||
return numEvents;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue