Function SDL_GetSandbox

pub unsafe extern "C" fn SDL_GetSandbox() -> SDL_Sandbox
Available on crate feature dep_sdl3 only.
Expand description

Get the application sandbox environment, if any.

§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.