Return whether a mouse is currently connected.
Defined in <SDL3/SDL_mouse.h>
bool SDL_HasMouse(void);
(bool) Returns true if a mouse is connected, false otherwise.
This function should only be called on the main thread.
This function is available since SDL 3.1.3.