Delegate SDL.SDL_main_func
Namespace: SDL2
Assembly: SDL2-CS.dll
Syntax
public delegate int SDL_main_func(int argc, IntPtr argv);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | argc | |
| System.IntPtr | argv |
Returns
| Type | Description |
|---|---|
| System.Int32 |
public delegate int SDL_main_func(int argc, IntPtr argv);
| Type | Name | Description |
|---|---|---|
| System.Int32 | argc | |
| System.IntPtr | argv |
| Type | Description |
|---|---|
| System.Int32 |