Screen redraw event
For a list of all members of this type, see Sdl.SDL_ExposeEvent Members.
System.Object
System.ValueType
Tao.Sdl.Sdl.SDL_ExposeEvent
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
SDL_ExposeEvent is a member of the Sdl.SDL_Event union and is used whan an event of type SDL_VIDEOEXPOSE is reported.
A VIDEOEXPOSE event is triggered when the screen has been modified outside of the application, usually by the window manager and needs to be redrawn.
Struct in SDL_events.h
typedef struct{ Uint8 type } SDL_ExposeEvent;
Namespace: Tao.Sdl
Assembly: Tao.Sdl (in Tao.Sdl.dll)
Sdl.SDL_ExposeEvent Members | Tao.Sdl Namespace | Sdl.SDL_Event | SDL_SetEventFilter