SDL_GetJoystickSerial
Get the serial number of an opened joystick, if available.
- Provided by: libsdl3-doc (Version: 3.4.2+ds-1ubuntu1)
- Source: libsdl3
- Report a bug
Get the serial number of an opened joystick, if available.
#include <SDL3/SDL_joystick.h>
const char * SDL_GetJoystickSerial(SDL_Joystick *joystick);
Returns the serial number of the joystick, or NULL if it is not available.
Returns the serial number of the selected joystick, or NULL if unavailable.
It is safe to call this function from any thread.
This function is available since SDL 3.2.0.