SDL/include
Sam Lantinga aa870d511e Disable SDL_HINT_JOYSTICK_RAWINPUT by default
Windows can get in a state when it stops reporting raw input events for game controllers until reboot.

The downside of this change is that we lose support for trigger rumble and are limited to 4 controllers again, but if that's important for your application you can use SDL_SetHint(SDL_HINT_JOYSTICK_RAWINPUT, true) to enable this functionality.

Fixes https://github.com/libsdl-org/SDL/issues/13047
2025-05-27 09:51:48 -07:00
..
SDL3 Disable SDL_HINT_JOYSTICK_RAWINPUT by default 2025-05-27 09:51:48 -07:00
build_config Restore support for the Nokia N-Gage (#12148) 2025-05-22 11:07:22 -07:00