[ Version ( since = "2.0.0" ) ]
[ CCode ( cname = "SDL_DelHintCallback" ) ]
public void del_callback (string name, HintFunc callback)
Use this function to remove a function watching a particular hint.
name |
The hint being watched. |
callback |
The delegate of Hint.HintFunc type being called when the hint value changes. |