Get the implementation-dependent path for an opened gamepad.
const char* SDL_GetGamepadPath(SDL_Gamepad *gamepad);
gamepad | a gamepad identifier previously returned by SDL_OpenGamepad() |
Returns the implementation dependent path for the gamepad, or NULL if there is no path or the identifier passed is invalid.
This function is available since SDL 3.0.0.