SDL_GetSandbox - Man Page

Get the application sandbox environment, if any.

Synopsis

#include <SDL3/SDL_system.h>

SDL_Sandbox SDL_GetSandbox(void);

Return Value

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

Availability

This function is available since SDL 3.2.0.

Info

SDL 3.2.16 Simple Directmedia Layer SDL3 FUNCTIONS