mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-21 06:14:10 +00:00
Increased poll buffer size
This commit is contained in:
parent
be5dcc1768
commit
341f75dae4
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@
|
|||
|
||||
#define KEYBOARD_BUFFER_SIZE 50
|
||||
#define KEYBOARD_SIZE 256
|
||||
#define KEY_EVENT_BACKLOG 5
|
||||
#define KEY_EVENT_BACKLOG 20
|
||||
|
||||
unsigned char readBuffer[KEYBOARD_BUFFER_SIZE * 2];
|
||||
jfieldID fid_readBuffer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue