Set a hint with normal priority.
Defined in SDL_hints.h
const char *name,
SDL_bool SDL_SetHint(const char *value);
const char * | name | the hint to set. |
const char * | value | the value of the hint variable. |
(SDL_bool) Returns SDL_TRUE if the hint was set, SDL_FALSE otherwise.
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.
This function is available since SDL 2.0.0.