SDL_IsDeXMode - Man Page

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

Synopsis

#include <SDL3/SDL_system.h>

bool SDL_IsDeXMode(void);

Return Value

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

Thread Safety

It is safe to call this function from any thread.

Availability

This function is available since SDL 3.2.0.

Info

SDL 3.4.8 Simple Directmedia Layer SDL3 FUNCTIONS