SDL_CreateProperties - Create a group of properties.
Contents
Availability
This function is available since SDL 3.2.0.
Description
All properties are automatically destroyed when SDL_Quit() is called.
Name
SDL_CreateProperties - Create a group of properties.
Return Value
Returns an ID for a new group of properties, or 0 on failure; call SDL_GetError() for more information.
See Also
SDL_DestroyProperties(3) Simple Directmedia Layer SDL 3.2.20 SDL_CreateProperties(3)
Synopsis
#include<SDL3/SDL_properties.h>SDL_PropertiesIDSDL_CreateProperties(void);
Thread Safety
It is safe to call this function from any thread.
