Query if the current device is a tablet.
Defined in SDL_system.h
SDL_bool SDL_IsTablet(void);
Returns SDL_TRUE if the device is a tablet, SDL_FALSE otherwise.
If SDL can't determine this, it will return SDL_FALSE.
This function is available since SDL 2.0.9.
CategoryAPI, CategoryAPIFunction, CategorySystem