SDL_GetGamepadPath

Get the implementation-dependent path for an opened gamepad.

extern (C) nothrow @nogc extern
const(char)**
SDL_GetGamepadPath

Parameters

gamepad SDL_Gamepad*

a gamepad identifier previously returned by SDL_OpenGamepad().

Return Value

Type: const(char)**

the implementation dependent path for the gamepad, or NULL if there is no path or the identifier passed is invalid.

See Also

Meta