Enum GameWindowFlags
Defines bitwise combianations of GameWindow construction options.
Namespace: OpenTK
Assembly: OpenTK.dll
Syntax
[Flags]
public enum GameWindowFlags
Fields
Name | Description |
---|---|
Default | Indicates default construction options. |
FixedWindow | Indicates that the GameWindow should be a fixed window. |
Fullscreen | Indicates that the GameWindow should cover the whole screen. |