Function SDL_IsTablet

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

Query if the current device is a tablet.

If SDL can’t determine this, it will return false.

§Return value

Returns true if the device is a tablet, false otherwise.

§Availability

This function is available since SDL 3.2.0.