SDL_CreateProperties

Create a group of properties.

Header File

Defined in <SDL3/SDL_properties.h>

Syntax

SDL_PropertiesID SDL_CreateProperties(void);

Return Value

(SDL_PropertiesID) Returns an ID for a new group of properties, or 0 on failure; call SDL_GetError() for more information.

Remarks

All properties are automatically destroyed when SDL_Quit() is called.

Thread Safety

It is safe to call this function from any thread.

Version

This function is available since SDL 3.2.0.

See Also


CategoryAPI, CategoryAPIFunction, CategoryProperties