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_ClearProperty - Clear a property from a group of properties.

Availability

       This function is available since SDL 3.2.0.

Simple Directmedia Layer                           SDL 3.2.20                               SDL_ClearProperty(3)

Function Parameters

props  the properties to modify.

       name   the name of the property to clear.

Name

       SDL_ClearProperty - Clear a property from a group of properties.

Return Value

       for more information.

Synopsis

#include<SDL3/SDL_properties.h>boolSDL_ClearProperty(SDL_PropertiesIDprops,constchar*name);

Thread Safety

       It is safe to call this function from any thread.

See Also