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