Tao.Sdl SDK Documentation

Sdl.SDL_ExposeEvent Structure

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

[Visual Basic]
Public Structure Sdl.SDL_ExposeEvent
[C#]
public struct Sdl.SDL_ExposeEvent

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

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;
            

Requirements

Namespace: Tao.Sdl

Assembly: Tao.Sdl (in Tao.Sdl.dll)

See Also

Sdl.SDL_ExposeEvent Members | Tao.Sdl Namespace | Sdl.SDL_Event | SDL_SetEventFilter