Function SDL_CursorVisible

pub unsafe extern "C" fn SDL_CursorVisible() -> bool
Available on crate feature dep_sdl3 only.
Expand description

Return whether the cursor is currently being shown.

§Return value

Returns true if the cursor is being shown, or false if the cursor is hidden.

§Thread safety

This function should only be called on the main thread.

§Availability

This function is available since SDL 3.2.0.

§See also