Tao.Sdl SDK Documentation

Sdl.SDL_ActiveEvent.state Field

SDL_APPMOUSEFOCUS if mouse focus was gained or lost, SDL_APPINPUTFOCUS if input focus was gained or lost, or SDL_APPACTIVE if the application was iconified (gain=0) or restored(gain=1).

[Visual Basic]
Public state As Byte
[C#]
public byte state;

See Also

Sdl.SDL_ActiveEvent Class | Tao.Sdl Namespace