set_hint_with_priority
Description:
[ CCode ( cname = "SDL_SetHintWithPriority" ) ]
public bool set_hint_with_priority (string name, string hint_value, Priority priority)
public bool set_hint_with_priority (string name, string hint_value, Priority priority)
Use this function to set a hint with a specific priority.
Parameters:
name |
The hint to set. Use the constants from the Hint class. |
hint_value |
The value of the hint variable. |
priority |
The Hint.Priority level for the hint. |
Returns:
true if the hint was set. false otherwise. |
Namespace: SDL.Hint
Package: sdl2