mirror of
https://github.com/glfw/glfw.git
synced 2025-12-15 19:53:14 +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)
|
while (!event)
|
||||||
{
|
{
|
||||||
|
wlcanread = GLFW_FALSE;
|
||||||
while (!wlcanread && !event)
|
while (!wlcanread && !event)
|
||||||
{
|
{
|
||||||
if (wl_display_prepare_read(_glfw.wl.display) == 0)
|
if (wl_display_prepare_read(_glfw.wl.display) == 0)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user