mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-04 09:44:16 +00:00
[client] consume all SDL events in the filter
This commit is contained in:
@@ -481,7 +481,7 @@ int eventFilter(void * userdata, SDL_Event * event)
|
||||
}
|
||||
|
||||
if (!params.useSpice)
|
||||
return 1;
|
||||
return 0;
|
||||
|
||||
switch(event->type)
|
||||
{
|
||||
@@ -652,11 +652,9 @@ int eventFilter(void * userdata, SDL_Event * event)
|
||||
break;
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
return 1;
|
||||
}
|
||||
|
||||
// consume all events
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user