SDL_IsTablet

Query if the current device is a tablet.

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

extern (C) nothrow @nogc extern
bool
SDL_IsTablet
()

Return Value

Type: bool

true if the device is a tablet, false otherwise.

Meta