Set a hint with a specific priority.
Defined in SDL_hints.h
name | the hint to set |
value | the value of the hint variable |
priority | the SDL_HintPriority level for the hint |
Returns SDL_TRUE if the hint was set, SDL_FALSE otherwise.
The priority controls the behavior when setting a hint that already has a value. Hints will replace existing hints of their priority and lower. Environment variables are considered to have override priority.
This function is available since SDL 2.0.0.