SDL_IsTV - Man Page
Query if the current device is a TV.
Header File
Defined in SDL3/SDL_system.h
Synopsis
#include "SDL3/SDL.h" bool SDL_IsTV(void);
Description
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.
Info
SDL 3.2.2 Simple Directmedia Layer SDL3 FUNCTIONS