SDL_ResetHints - Reset all hints to the default values.
Contents
Availability
This function is available since SDL 3.2.0.
Description
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.
Header File
Defined in SDL3/SDL_hints.h
Name
SDL_ResetHints - Reset all hints to the default values.
See Also
•(3), SDL_ResetHint(3) Simple Directmedia Layer SDL 3.2.10 SDL_ResetHints(3)
Synopsis
#include"SDL3/SDL.h"voidSDL_ResetHints(void);
Thread Safety
It is safe to call this function from any thread.
