Reset all hints to the default values.
Defined in SDL_hints.h
void SDL_ResetHints(void);
This will reset all hints to the value of the associated 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.26.0.