Reset all hints to the default values.
Defined in <SDL3/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.
It is safe to call this function from any thread.
This function is available since SDL 3.1.3.