SDL_IsChromebook - Man Page
Query if the application is running on a Chromebook.
Header File
Defined in SDL3/SDL_system.h
Synopsis
#include "SDL3/SDL.h" bool SDL_IsChromebook(void);
Return Value
Returns true if this is a Chromebook, false otherwise.
Availability
This function is available since SDL 3.2.0.
Info
SDL 3.2.2 Simple Directmedia Layer SDL3 FUNCTIONS