Tao.Sdl SDK Documentation

Sdl.SDL_SysWMmsg_Unix Structure

The UNIX custom event structure. TODO

For a list of all members of this type, see Sdl.SDL_SysWMmsg_Unix Members.

System.Object
   System.ValueType
      Tao.Sdl.Sdl.SDL_SysWMmsg_Unix

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

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

Struct in SDL_syswm.h

            struct SDL_SysWMmsg {
                    SDL_version version;
                    SDL_SYSWM_TYPE subsystem;
                    union
                    {
                    XEvent xevent;
                } event;
            };
            

Requirements

Namespace: Tao.Sdl

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

See Also

Sdl.SDL_SysWMmsg_Unix Members | Tao.Sdl Namespace