Get the serial number of an opened joystick, if available.
const char * SDL_JoystickGetSerial(SDL_Joystick *joystick);
joystick | the SDL_Joystick obtained from SDL_JoystickOpen() |
Returns the serial number of the selected joystick, or NULL if unavailable.
Returns the serial number of the joystick, or NULL if it is not available.
This function is available since SDL 2.0.14.