No rumble using recent SDL2 releases
GhostlyDark opened this issue · 0 comments
GhostlyDark commented
Certain controllers, including the Xbox One Controller, won't rumble because of the HapticRumble API being deprecated.
Fixing this requires SDL_JoystickRumble instead, which was introduced in SDL v2.0.9.
How to reproduce:
SDL v2.24.0 or newer using an affected controller.
OS:
Windows and Linux
See:
libsdl-org/SDL#4970