SDL_ClearProperty

Clear a property from a group of properties.

extern (C) nothrow @nogc extern
bool
SDL_ClearProperty
(,
const(char)* name
)

Parameters

props SDL_PropertiesID

the properties to modify.

name const(char)*

the name of the property to clear.

Return Value

Type: bool

true on success or false on failure; call SDL_GetError for more information.

Threadsafety: It is safe to call this function from any thread.

Meta