Function SDL_ResetHint

pub unsafe extern "C" fn SDL_ResetHint(name: *const i8) -> SDL_bool
Available on crate feature dep_sdl2 only.
Expand description

Reset a hint to the default value.

This will reset a hint to the value of the environment variable, or NULL if the environment isn’t set. Callbacks will be called normally with this change.

\param name the hint to set \returns SDL_TRUE if the hint was set, SDL_FALSE otherwise.

\since This function is available since SDL 2.24.0.

\sa SDL_GetHint \sa SDL_SetHint