Scroll to navigation

SDL_DestroyProperties(3) SDL3 FUNCTIONS SDL_DestroyProperties(3)

NAME

SDL_DestroyProperties - Destroy a set of properties

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

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.0.0.

SEE ALSO

SDL_CreateProperties(3)

SDL 3.1.0 SDL