Always poll udev on supported platforms

Fixes https://github.com/libsdl-org/SDL/issues/13995
This commit is contained in:
Sam Lantinga
2025-09-20 11:13:39 -07:00
parent 8eeae5f686
commit 6a9ac1cacd
3 changed files with 6 additions and 5 deletions

View File

@@ -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();