Return whether a gamepad is currently connected.
Defined in <SDL3/SDL_gamepad.h>
bool SDL_HasGamepad(void);
(bool) Returns true if a gamepad is connected, false otherwise.
This function is available since SDL 3.2.0.
CategoryAPI, CategoryAPIFunction, CategoryGamepad