Reset a hint to the default value.
Defined in SDL_hints.h
const char *name); SDL_bool SDL_ResetHint(
const char * | name | the hint to set. |
(SDL_bool) Returns SDL_TRUE if the hint was set, SDL_FALSE otherwise.
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.
This function is available since SDL 2.24.0.