Delegate SDL.SDL_TimerCallback
Namespace: SDL2
Assembly: SDL2-CS.dll
Syntax
public delegate uint SDL_TimerCallback(uint interval, IntPtr param);
Parameters
| Type | Name | Description |
|---|---|---|
| System.UInt32 | interval | |
| System.IntPtr | param |
Returns
| Type | Description |
|---|---|
| System.UInt32 |