Reset a hint to the default value.
Defined in <SDL3/SDL_hints.h>
bool SDL_ResetHint(const char *name);
const char * | name | the hint to set. |
(bool) Returns true on success or false on failure; call SDL_GetError() for more information.
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.
It is safe to call this function from any thread.
This function is available since SDL 3.1.3.