Enumerate the properties contained in a group of properties.
The callback function is called for each property in the group of properties. The properties are locked during enumeration.
the properties to query.
the function to call for each property.
a pointer that is passed to callback.
Threadsafety: It is safe to call this function from any thread.
true on success or false on failure; call SDL_GetError for more information.
See Implementation
Enumerate the properties contained in a group of properties.
The callback function is called for each property in the group of properties. The properties are locked during enumeration.