Set a hint with normal priority.
Defined in <SDL3/SDL_hints.h>
name | the hint to set |
value | the value of the hint variable |
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 3.0.0.