Ejemplo n.º 1
0
 public static extern int PushEvent(ref SDL2Event Event);
Ejemplo n.º 2
0
 public static extern int PeepEvents(out SDL2Event oneevent, int one,
                                     SDL2EventActionEnum action, uint mintype, uint maxtype);
Ejemplo n.º 3
0
 public static extern int WaitEvent(out SDL2Event Event);
Ejemplo n.º 4
0
 public static extern int WaitEventTimeout(out SDL2Event Event, int timeout);
Ejemplo n.º 5
0
 public static extern int PeepEvents(out SDL2Event oneevent, int one,
       SDL2EventActionEnum action, uint mintype, uint maxtype);
Ejemplo n.º 6
0
 public static extern int PollEvent(out SDL2Event Event);
Ejemplo n.º 7
0
 public static extern int PeepEvents(SDL2Event[] events, int numevents,
       SDL2EventActionEnum action, uint mintype, uint maxtype);
Ejemplo n.º 8
0
 public static extern int PushEvent(ref SDL2Event Event);
Ejemplo n.º 9
0
 public static extern int WaitEventTimeout(out SDL2Event Event, int timeout);
Ejemplo n.º 10
0
 public static extern int WaitEvent(out SDL2Event Event);
Ejemplo n.º 11
0
 public static extern int PollEvent(out SDL2Event Event);