Enum PalComponents
Enumeration for all available platform abstraction layer components.
Namespace: OpenTK.Platform
Assembly: OpenTK.Platform.dll
Syntax
[Flags]
public enum PalComponentsFields
| Name | Description | 
|---|---|
| Clipboard | Abstraction layer provides the clipboard component. | 
| ControllerInput | Abstraction layer provides the controller input component. | 
| Dialog | Abstraction layer provides the dialog component. | 
| Display | Abstraction layer provides the display component. | 
| Joystick | Abstraction layer provides the joystick component. | 
| KeyboardInput | Abstraction layer provides the keyboard input component. | 
| MiceInput | Abstraction layer provides the mouse input component. | 
| MouseCursor | Abstraction layer provides the cursor component. | 
| OpenGL | Abstraction layer provides the OpenGL component. | 
| Shell | Abstraction layer provides the shell component. | 
| Surface | Abstraction layer provides the surface component. | 
| Vulkan | Abstraction layer provides the Vulkan component. | 
| Window | Abstraction layer provides the window component. | 
| WindowIcon | Abstraction layer provides the window icon component. |