SDL_GameControllerGetAttached

Check if a controller has been opened and is currently connected.

Header File

Defined in SDL_gamecontroller.h

Syntax

SDL_bool SDL_GameControllerGetAttached(SDL_GameController *gamecontroller);

Function Parameters

SDL_GameController * gamecontroller a game controller identifier previously returned by SDL_GameControllerOpen().

Return Value

(SDL_bool) Returns SDL_TRUE if the controller has been opened and is currently connected, or SDL_FALSE if not.

Version

This function is available since SDL 2.0.0.

See Also


CategoryAPI, CategoryAPIFunction, CategoryGameController