pub unsafe extern "C" fn SDL_IsTablet() -> bool
dep_sdl3
Query if the current device is a tablet.
If SDL can’t determine this, it will return false.
Returns true if the device is a tablet, false otherwise.
This function is available since SDL 3.2.0.