Show / Hide Table of Contents

Enum GameWindowFlags

Defines bitwise combianations of GameWindow construction options.

Namespace: OpenTK
Assembly: cs.temp.dll.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.

Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX