Home -> WindowSystemInfoBase -> WindowSystemType
Description
The WindowSystemType enumeration identifies the platform window system described by a concrete WindowSystemInfoBase derived structure.
Members
| Name | Description | |
|---|---|---|
| Headless |
Identifies a headless renderer environment with no operating system window system.
|
|
| Win32 |
Identifies the Microsoft Windows Win32 window system.
|
|
| Xlib |
Identifies the Xlib window system on Linux and compatible platforms.
|
|
| XCB |
Identifies the XCB window system on Linux and compatible platforms.
|
|
| Wayland |
Identifies the Wayland window system on Linux and compatible platforms.
|
|
| AppKit |
Identifies the AppKit window system on macOS.
|