SDL_IsDeXMode - Query if the application is running on a Samsung DeX docking station.
Contents
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);
