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_CreateProperties - Create a group of properties.

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.

See Also