HintFunc
Description:
[ CCode ( cname = "SDL_HintCallback" , has_target = true ) ]
public delegate void HintFunc (string name, string old_value, string? new_value)
public delegate void HintFunc (string name, string old_value, string? new_value)
A callback used to watch hints.
Parameters:
name |
What was passed as name to Hint.add_callback. |
old_value |
The old value. |
new_value |
The new value. |
Namespace: SDL.Hint
Package: sdl2