Unlock a group of properties.
Defined in <SDL3/SDL_properties.h>
void SDL_UnlockProperties(SDL_PropertiesID props);
SDL_PropertiesID | props | the properties to unlock. |
It is safe to call this function from any thread.
This function is available since SDL 3.1.3.