Tao.Sdl SDK Documentation

Sdl.SDL_QUERY Field

If 'state' is set to SDL_QUERY, SDL_EventState() will return the current processing state of the specified event.

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

See Also

Sdl Class | Tao.Sdl Namespace