Show / Hide Table of Contents

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
  • Improve this Doc
  • View Source
Back to top Generated by DocFX