Query if the application is running on a Samsung DeX docking station.
SDL_bool SDL_IsDeXMode(void);
Returns SDL_TRUE if this is a DeX docking station, SDL_FALSE otherwise.
This function is available since SDL 3.0.0.
CategoryAPI