SDL_DestroyProperties - Man Page

Destroy a group of properties.

Header File

Defined in SDL3/SDL_properties.h

Synopsis

#include "SDL3/SDL.h"

void SDL_DestroyProperties(SDL_PropertiesID props);

Description

All properties are deleted and their cleanup functions will be called, if any.

Function Parameters

props

the properties to destroy.

Thread Safety

This function should not be called while these properties are locked or other threads might be setting or getting values from these properties.

Availability

This function is available since SDL 3.2.0.

See Also

·(3), SDL_CreateProperties(3)

Referenced By

SDL_CreateProperties(3).

SDL 3.2.2 Simple Directmedia Layer SDL3 FUNCTIONS