Function setHint
Wraps SDL_SetHintWithPriority
which provides giving a hint to SDL2 in runtime
Parameters
Name | Description |
---|---|
name | name of the hint |
value | value to set the hint as |
priority | priority of the hint configuration (by default, dsdl ) |
Returns
true
if the hint was set, false
otherwise