SDL_EnumeratePropertiesCallback

A callback used to enumerate all the properties in a group of properties.

This callback is called from SDL_EnumerateProperties(), and is called once per property in the set.

extern (C) nothrow @nogc
alias SDL_EnumeratePropertiesCallback = void function
(
void* userdata
,,
const(char)* name
)

See Also

Meta