You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using a DualShock 3 on SDL 3.2.14 on Win11 and the properties report SDL_PROP_GAMEPAD_CAP_RGB_LED_BOOLEAN and SDL_PROP_GAMEPAD_CAP_MONO_LED_BOOLEAN.
But whenever I call SDL_SetGamepadLED (generic call when the LEDs are available) it will return an error "That operation is not supported".
I'm using SDL_HINT_JOYSTICK_HIDAPI_PS3_SIXAXIS_DRIVER "1".
Is this a bug or an unsupported driver ?
Why is it reporting the LED but then fails the call ?
The DS3 only has red player LED indicators, so the properties are clearly wrong in my opinion.
The text was updated successfully, but these errors were encountered:
The mono LED property is only set by the Logitech driver, so I'm surprised that it's showing true for the DualShock 3 controller. Can you provide your full code?
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I'm using a DualShock 3 on SDL 3.2.14 on Win11 and the properties report SDL_PROP_GAMEPAD_CAP_RGB_LED_BOOLEAN and SDL_PROP_GAMEPAD_CAP_MONO_LED_BOOLEAN.
But whenever I call SDL_SetGamepadLED (generic call when the LEDs are available) it will return an error "That operation is not supported".
I'm using SDL_HINT_JOYSTICK_HIDAPI_PS3_SIXAXIS_DRIVER "1".
Is this a bug or an unsupported driver ?
Why is it reporting the LED but then fails the call ?
The DS3 only has red player LED indicators, so the properties are clearly wrong in my opinion.
The text was updated successfully, but these errors were encountered: