Tao.Sdl SDK Documentation

Sdl.SDL_SysWMinfo_RiscOS Structure

The RISCOS custom window manager information structure

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

System.Object
   System.ValueType
      Tao.Sdl.Sdl.SDL_SysWMinfo_RiscOS

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

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_SysWMinfo {
                SDL_version version;
                int wimpVersion;
            int taskHandle;
            int window;
            };
            

Requirements

Namespace: Tao.Sdl

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

See Also

Sdl.SDL_SysWMinfo_RiscOS Members | Tao.Sdl Namespace