DOKK / manpages / debian 13 / libsdl3-doc / SDL_GetSandbox.3.en
SDL_GetSandbox(3) SDL3 FUNCTIONS SDL_GetSandbox(3)

SDL_GetSandbox - Get the application sandbox environment, if any.

Defined in SDL3/SDL_system.h

#include "SDL3/SDL.h"
SDL_Sandbox SDL_GetSandbox(void);

( SDL_Sandbox ) Returns the application sandbox environment or

SDL_SANDBOX_NONE
if the application is not running in a sandbox environment.

This function is available since SDL 3.2.0.

SDL 3.2.10 Simple Directmedia Layer