SDL_IsTV - Query if the current device is a TV.
Contents
Availability
This function is available since SDL 3.2.0.
Simple Directmedia Layer SDL 3.2.10 SDL_IsTV(3)
Description
If SDL can't determine this, it will return false.
Header File
Defined in SDL3/SDL_system.h
Name
SDL_IsTV - Query if the current device is a TV.
Return Value
Returns true if the device is a TV, false otherwise.
Synopsis
#include"SDL3/SDL.h"boolSDL_IsTV(void);
