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.
It is safe to call this function from any thread.
This function is available since SDL 3.2.0.