Tao.Sdl SDK Documentation

Sdl.SDL_PeepEvents Method (SDL_Event[], Int32, Int32, UInt32)

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

See Also

Sdl Class | Tao.Sdl Namespace | Sdl.SDL_PeepEvents Overload List