Tao.Sdl SDK Documentation |
|
Sdl.SDL_IGNORE Field
If 'state' is set to SDL_IGNORE, that event will be automatically dropped from the event queue and will not event be filtered.
[Visual Basic]
Public Const SDL_IGNORE As
Integer = 0
[C#]
public const
int SDL_IGNORE = 0;
See Also
Sdl Class | Tao.Sdl Namespace