SDL_IsTV

Query if the current device is a TV.

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

extern (C) nothrow @nogc extern
bool
SDL_IsTV
()

Return Value

Type: bool

true if the device is a TV, false otherwise.

Meta