Tao.Sdl SDK Documentation

Sdl.SDL_GETEVENT Field

If 'action' is SDL_GETEVENT, up to 'numevents' events at the front of the event queue, matching 'mask', will be returned and will be removed from the queue.

[Visual Basic]
Public Const SDL_GETEVENT As Integer = 2
[C#]
public const int SDL_GETEVENT = 2;

Remarks

enum SDL_eventaction. Various event types.

See Also

Sdl Class | Tao.Sdl Namespace | SDL_PeepEvents