mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-04 04:54:42 +00:00
Always poll udev on supported platforms
Fixes https://github.com/libsdl-org/SDL/issues/13995
This commit is contained in:
@@ -322,10 +322,6 @@ void SDL_EVDEV_Poll(void)
|
||||
return;
|
||||
}
|
||||
|
||||
#ifdef SDL_USE_LIBUDEV
|
||||
SDL_UDEV_Poll();
|
||||
#endif
|
||||
|
||||
SDL_EVDEV_kbd_update(_this->kbd);
|
||||
|
||||
mouse = SDL_GetMouse();
|
||||
|
||||
Reference in New Issue
Block a user