pub unsafe extern "C" fn SDL_IsTV() -> bool
dep_sdl3
Query if the current device is a TV.
If SDL can’t determine this, it will return false.
Returns true if the device is a TV, false otherwise.
This function is available since SDL 3.2.0.