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