Function SDL_HasMouse

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

Return whether a mouse is currently connected.

§Return value

Returns true if a mouse is connected, false otherwise.

§Thread safety

This function should only be called on the main thread.

§Availability

This function is available since SDL 3.2.0.

§See also