SDL_GetJoystickPath

Get the implementation dependent path of a joystick.

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

Parameters

joystick SDL_Joystick*

the SDL_Joystick obtained from SDL_OpenJoystick().

Return Value

Type: const(char)*

The path of the selected joystick. If no path can be found, this function returns NULL; call SDL_GetError() for more information.

See Also

Meta