[Visual Basic] Overloads Public Shared Function SDL_PeepEvents( _ ByVal events As SDL_Event(), _ ByVal numevents As Integer, _ ByVal action As Integer, _ ByVal mask As Integer _ ) As Integer
[C#] public static int SDL_PeepEvents( SDL_Event[]events, intnumevents, intaction, intmask );