mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-29 16:09:13 +00:00
Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
parent
c41b2bb855
commit
c48fbbb067
1 changed files with 3 additions and 2 deletions
|
@ -582,9 +582,10 @@ typedef enum SDL_Sandbox
|
|||
/**
|
||||
* Get the application sandbox environment, if any.
|
||||
*
|
||||
* \returns the application sandbox environment or SDL_SANDBOX_NONE if the application is not running in a sandbox environment.
|
||||
* \returns the application sandbox environment or SDL_SANDBOX_NONE if the
|
||||
* application is not running in a sandbox environment.
|
||||
*
|
||||
* \since This function is available since SDL 3.1.6.
|
||||
* \since This function is available since SDL 3.1.4.
|
||||
*/
|
||||
extern SDL_DECLSPEC SDL_Sandbox SDLCALL SDL_GetSandbox(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue