Tao.Sdl SDK Documentation

Sdl.SDL_PEEKEVENT Field

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

[Visual Basic]
Public Const SDL_PEEKEVENT As Integer = 1
[C#]
public const int SDL_PEEKEVENT = 1;

Remarks

enum SDL_eventaction. Various event types.

See Also

Sdl Class | Tao.Sdl Namespace | SDL_PeepEvents