logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SDL_GetSandbox - Get the application sandbox environment, if any.

Availability

       This function is available since SDL 3.2.0.

Simple Directmedia Layer                           SDL 3.2.10                                  SDL_GetSandbox(3)

Header File

       Defined in SDL3/SDL_system.h

Name

       SDL_GetSandbox - Get the application sandbox environment, if any.

Return Value

       ( SDL_Sandbox ) Returns the application sandbox environment or

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

Synopsis

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

See Also