[ CCode ( cname = "SDL_GetHint" ) ]
public unowned string get_hint (string name)
Use this function to get the value of a hint.
name |
The hint to query. Use the constants from the Hint class. |
Returns the string value of a hint or null if the hint isn't set. |