Function sdl2_sys::SDL_JoystickGetAttached

source ยท
pub unsafe extern "C" fn SDL_JoystickGetAttached(
    joystick: *mut SDL_Joystick,
) -> SDL_bool
Expand description

Returns SDL_TRUE if the joystick has been opened and currently connected, or SDL_FALSE if it has not.