Tao.Sdl SDK Documentation

Sdl.SDL_ActiveEvent Members

Sdl.SDL_ActiveEvent overview

Public Instance Fields

gain 0 if the event is a loss or 1 if it is a gain.
state 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).
type SDL_ACTIVEEVENT

Public Instance Methods

Equals (inherited from ValueType) 
GetHashCode (inherited from ValueType) 
GetType (inherited from Object) 
ToString (inherited from ValueType) 

See Also

Sdl.SDL_ActiveEvent Class | Tao.Sdl Namespace | Sdl.SDL_Event | SDL_GetAppState