Tao.Sdl SDK Documentation

Sdl.SDL_ADDEVENT Field

If 'action' is SDL_ADDEVENT, up to 'numevents' events will be added to the back of the event queue.

[Visual Basic]
Public Const SDL_ADDEVENT As Integer = 0
[C#]
public const int SDL_ADDEVENT = 0;

Remarks

enum SDL_eventaction. Various event types.

See Also

Sdl Class | Tao.Sdl Namespace | SDL_PeepEvents