SDL_ResetHint - Man Page

Reset a hint to the default value.

Synopsis

#include <SDL3/SDL_hints.h>

bool SDL_ResetHint(const char *name);

Description

This will reset a hint to the value of the environment variable, or NULL if the environment isn't set. Callbacks will be called normally with this change.

Function Parameters

name

the hint to set.

Return Value

for more information.

Thread Safety

It is safe to call this function from any thread.

Availability

This function is available since SDL 3.2.0.

See Also

SDL_SetHint(3), SDL_ResetHints(3)

Referenced By

SDL_ResetHints(3), SDL_SetHint(3), SDL_SetHintWithPriority(3).

SDL 3.2.16 Simple Directmedia Layer SDL3 FUNCTIONS