Enum WindowFlags
The named window type
[Flags]
public enum WindowFlags
Fields
AutoSize = 1
The user cannot resize the window, the size is constrainted by the image displayed
FreeRatio = 256
The image expends as much as it can (no ratio constraint)
Fullscreen = 1
Change the window to fullscreen
GuiExpanded = 0
status bar and tool bar
GuiNormal = 16
Old fashion way
KeepRatio = 0
the ratio of the image is respected
Normal = 0
The user can resize the window (no constraint) / also use to switch a fullscreen window to a normal size
Opengl = 4096
Window with opengl support