Function SDL_IsTV

pub unsafe extern "C" fn SDL_IsTV() -> bool
Available on crate feature dep_sdl3 only.
Expand description

Query if the current device is a TV.

If SDL can’t determine this, it will return false.

§Return value

Returns true if the device is a TV, false otherwise.

§Availability

This function is available since SDL 3.2.0.