Query if the current device is a phone.
Defined in <SDL3/SDL_system.h>
bool SDL_IsPhone(void);(bool) Returns true if the device is a phone, false otherwise.
If SDL can't determine this, it will return false.
It is safe to call this function from any thread.
This function is available since SDL 3.6.0.