Enum WindowMode
An enumeration of OpenTK window modes.
Namespace: OpenTK.Platform
Assembly: OpenTK.Platform.dll
Syntax
public enum WindowMode
Fields
| Name | Description |
|---|---|
| ExclusiveFullscreen | The window takes exclusive ownership of the display. |
| Hidden | Hidden mode hides the window completely from sight. |
| Maximized | The window covers the entire desktop area, except system trays. |
| Minimized | The window is displayed on the task bar but its contents are hidden. |
| Normal | The window is visible. |
| WindowedFullscreen | Window covers the entire screen, as a window. |