Home -> WindowSystemInfoBase -> WindowSystemType

Description

The WindowSystemType enumeration identifies the platform window system described by a concrete WindowSystemInfoBase derived structure.

Members

Name Description
Public Enum Headless
Identifies a headless renderer environment with no operating system window system.
Public Enum Win32
Identifies the Microsoft Windows Win32 window system.
Public Enum Xlib
Identifies the Xlib window system on Linux and compatible platforms.
Public Enum XCB
Identifies the XCB window system on Linux and compatible platforms.
Public Enum Wayland
Identifies the Wayland window system on Linux and compatible platforms.
Public Enum AppKit
Identifies the AppKit window system on macOS.

See also