[ CCode ( cname = "SDL_SetHintWithPriority" ) ]
public bool set_hint_with_priority (string name, string hint_value, Priority priority)
Use this function to set a hint with a specific priority.
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. |
true if the hint was set. false otherwise. |