Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

SDL_IsChromebook - Query if the application is running on a Chromebook.

Availability

       This function is available since SDL 3.2.0.

Simple Directmedia Layer                           SDL 3.2.10                                SDL_IsChromebook(3)

Header File

       Defined in SDL3/SDL_system.h

Name

       SDL_IsChromebook - Query if the application is running on a Chromebook.

Return Value

       Returns true if this is a Chromebook, false otherwise.

Synopsis

#include"SDL3/SDL.h"boolSDL_IsChromebook(void);

See Also