SDL_JoystickConnected

Get the status of a specified joystick.

extern (C) nothrow @nogc extern
bool
SDL_JoystickConnected

Parameters

joystick SDL_Joystick*

the joystick to query.

Return Value

Type: bool

true if the joystick has been opened, false if it has not; call SDL_GetError() for more information.

Meta