SDL_HasProperty

Return whether a property exists in a group of properties.

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

Parameters

props SDL_PropertiesID

the properties to query.

name const(char)*

the name of the property to query.

Return Value

Type: bool

true true if the property exists, or false if it doesn't.

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

See Also

Meta