mirror of
https://github.com/glfw/glfw.git
synced 2025-12-15 11:43:13 +00:00
Fix for wlcanread not being reset
This commit is contained in:
parent
6d26adc612
commit
eae0dab99f
@ -1371,6 +1371,7 @@ static void handleEvents(double* timeout)
|
||||
|
||||
while (!event)
|
||||
{
|
||||
wlcanread = GLFW_FALSE;
|
||||
while (!wlcanread && !event)
|
||||
{
|
||||
if (wl_display_prepare_read(_glfw.wl.display) == 0)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user