SDL_ResetHint

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.

extern (C) nothrow @nogc extern
bool
SDL_ResetHint
(
const(char)* name
)

Parameters

name const(char)*

The hint to set.

Return Value

Type: bool

true on success or false on failure; call SDL_GetError() for more information.

Threadsafety: It is safe to call this function from any thread.

See Also

Meta