Function SDL_ResetHints

pub unsafe extern "C" fn SDL_ResetHints()
Available on crate feature dep_sdl2 only.
Expand description

Reset all hints to the default values.

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.

\since This function is available since SDL 2.26.0.

\sa SDL_GetHint \sa SDL_SetHint \sa SDL_ResetHint