Ejemplo n.º 1
0
 public static extern int SDL_PeepEvents(
     Event *events,
     int numevents,
     SDL_eventaction action,
     uint minType,
     uint maxType
     );
Ejemplo n.º 2
0
 public static extern System.Int32 SDL_PeepEvents(
     IntPtr /* SDL_Event*  */ events,
     [MarshalAs(UnmanagedType.I4)]
     System.Int32 numevents,
     SDL_eventaction action,
     [MarshalAs(UnmanagedType.I4)]
     System.UInt32 minType,
     [MarshalAs(UnmanagedType.I4)]
     System.UInt32 maxType);
Ejemplo n.º 3
0
Archivo: SDL.cs Proyecto: sinshu/chaos
 public static extern int SDL_PeepEvents(/* SDL_Event * */SDL_Event[] events, int numevents, SDL_eventaction action, Uint32 mask);
Ejemplo n.º 4
0
 public static int SDL_PeepEvents(ref SDL_Event events, int numevents, SDL_eventaction action, UInt32 minType, UInt32 maxType) => s_SDL_PeepEvents_SDL_Event_int_SDL_eventaction_UInt32_UInt32_t(ref events, numevents, action, minType, maxType);
Ejemplo n.º 5
0
 public extern static int SDL_PeepEvents(out SDL_Event[] events,
                                         int numevents,
                                         SDL_eventaction action,
                                         uint mask);
Ejemplo n.º 6
0
public static extern System.Int32 SDL_PeepEvents(
	IntPtr/* SDL_Event*  */ events, 
	[MarshalAs(UnmanagedType.I4)]
	System.Int32 numevents, 
	SDL_eventaction action, 
	[MarshalAs(UnmanagedType.I4)]
	System.UInt32 minType, 
	[MarshalAs(UnmanagedType.I4)]
	System.UInt32 maxType);
Ejemplo n.º 7
0
		public extern static int SDL_PeepEvents(out SDL_Event[] events,
                                                 int numevents,
                                                 SDL_eventaction action,
                                                 uint mask);