Set a hint with normal priority.
Hints will not be set if there is an existing override hint or environment variable that takes precedence. You can use SDL_SetHintWithPriority() to set the hint with override priority instead.
the hint to set.
the value of the hint variable.
true on success or false on failure; call SDL_GetError() for more information.
Threadsafety: It is safe to call this function from any thread.
SDL_GetHint SDL_ResetHint SDL_SetHintWithPriority
See Implementation
Set a hint with normal priority.
Hints will not be set if there is an existing override hint or environment variable that takes precedence. You can use SDL_SetHintWithPriority() to set the hint with override priority instead.