Return whether the cursor is currently being shown.
SDL_bool SDL_CursorVisible(void);
Returns SDL_TRUE if the cursor is being shown, or SDL_FALSE if the cursor is hidden.
SDL_TRUE
SDL_FALSE
This function is available since SDL 3.0.0.
CategoryAPI