Reset all hints to the default values.
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 3.0.0.