Check if a controller has been opened and is currently connected.
Defined in SDL_gamecontroller.h
gamecontroller | a game controller identifier previously returned by SDL_GameControllerOpen() |
Returns SDL_TRUE if the controller has been opened and is currently connected, or SDL_FALSE if not.
This function is available since SDL 2.0.0.