SDL_SetPointerProperty

Set a pointer property in a group of properties.

extern (C) nothrow @nogc extern
bool
SDL_SetPointerProperty
(,
const(char)* name
,
void* value
)

Parameters

props SDL_PropertiesID

the properties to modify.

name const(char)*

the name of the property to modify.

value void*

the new value of the property, or NULL to delete the property.

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.

See Also

Meta