table of contents
other versions
- testing 3.2.10+ds-1
- unstable 3.2.10+ds-1
- experimental 3.2.16+ds-1
SDL_GetSandbox(3) | SDL3 FUNCTIONS | SDL_GetSandbox(3) |
NAME¶
SDL_GetSandbox - 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.
SDL 3.2.16 | Simple Directmedia Layer |