Function SDL_HasJoystick

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

Return whether a joystick is currently connected.

§Return value

Returns true if a joystick is connected, false otherwise.

§Availability

This function is available since SDL 3.2.0.

§See also