SDL_GetPropertyType

Get the type of a property in a group of properties.

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

Parameters

props SDL_PropertiesID

the properties to query.

name const(char)*

the name of the property to query.

Return Value

the type of the property, or SDL_PROPERTY_TYPE_INVALID if it is not set.

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

See Also

Meta