Function sdl2_sys::SDL_GameControllerGetAttached
source ยท pub unsafe extern "C" fn SDL_GameControllerGetAttached(
gamecontroller: *mut SDL_GameController,
) -> SDL_bool
Expand description
Returns SDL_TRUE if the controller has been opened and currently connected, or SDL_FALSE if it has not.