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