SDL_IsChromebook - Man Page
Query if the application is running on a Chromebook.
Synopsis
#include <SDL3/SDL_system.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.16 Simple Directmedia Layer SDL3 FUNCTIONS