Query if the current device is a tablet.
Defined in <SDL3/SDL_system.h>
bool SDL_IsTablet(void);
(bool) Returns true if the device is a tablet, false otherwise.
If SDL can't determine this, it will return false.
This function is available since SDL 3.1.3.