Does SDL have an option to keep joycons separate instead of combined?

Hi I looked around the code quickly and couldn’t find any hint of what I am looking for, so my assumption so far is that such a feature does not exist,

but I would like SDL2 to consider joycons as separate controllers instead of combining them. I would have assumed that there would be an SDL hint for such a thing but found none. Is it something that would be hard to add?

You can set the hint SDL_HINT_JOYSTICK_HIDAPI_COMBINE_JOY_CONS to “0” to separate them.

1 Like