Query if the current device is a tablet.
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 3.0.0.
CategoryAPI