Hide the cursor.
Defined in <SDL3/SDL_mouse.h>
bool SDL_HideCursor(void);
(bool) Returns true on success or false on failure; call SDL_GetError() for more information.
This function should only be called on the main thread.
This function is available since SDL 3.1.3.