Get the properties associated with a joystick.
SDL_PropertiesID SDL_GetJoystickProperties(SDL_Joystick *joystick);
joystick | the SDL_Joystick obtained from SDL_OpenJoystick() |
Returns a valid property ID on success or 0 on failure; call SDL_GetError() for more information.
This function is available since SDL 3.0.0.