logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SDL_IsDeXMode - Query if the application is running on a Samsung DeX docking station.

Availability

       This function is available since SDL 3.2.0.

Simple Directmedia Layer                           SDL 3.2.20                                   SDL_IsDeXMode(3)

Name

       SDL_IsDeXMode - Query if the application is running on a Samsung DeX docking station.

Return Value

       Returns true if this is a DeX docking station, false otherwise.

Synopsis

#include<SDL3/SDL_system.h>boolSDL_IsDeXMode(void);

See Also