Function sdl2_sys::SDL_IsTablet

source ·
pub unsafe extern "C" fn SDL_IsTablet() -> SDL_bool
Expand description

Query if the current device is a tablet.

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

\returns SDL_TRUE if the device is a tablet, SDL_FALSE otherwise.

\since This function is available since SDL 2.0.9.