mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 15:04:41 +00:00
*** empty log message ***
This commit is contained in:
parent
15dafb1c5a
commit
a6c56bd791
8 changed files with 144 additions and 8 deletions
|
|
@ -48,7 +48,7 @@ void putEventElement(event_queue_t *queue, unsigned char byte) {
|
|||
int next_index = (queue->list_end + 1)%EVENT_BUFFER_SIZE;
|
||||
if (next_index == queue->list_start) {
|
||||
#ifdef _DEBUG
|
||||
printf("Keyboard buffer overflow!\n");
|
||||
printf("Event buffer overflow!\n");
|
||||
#endif
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue