ConfigFlags class abstract

System/Window config flags.

NOTE: Every bit registers one state (use it with bit masks). By default all flags are set to 0.

Constructors

ConfigFlags()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

fullscreenMode → const int
Set to run program in fullscreen.
interlacedHint → const int
Set to try enabling interlaced video format (for V3D).
msaa4xHint → const int
Set to try enabling MSAA 4X.
vsyncHint → const int
Set to try enabling V-Sync on GPU.
windowAlwaysRun → const int
Set to allow windows running while minimized.
windowHidden → const int
Set to hide window.
windowHighDPI → const int
Set to support HighDPI.
windowMaximized → const int
Set to maximize window (expanded to monitor).
windowMinimized → const int
Set to minimize window (iconify).
windowResizable → const int
Set to allow resizable window.
windowTopmost → const int
Set to window always on top.
windowTransparent → const int
Set to allow transparent framebuffer.
windowUndecorated → const int
Set to disable window decoration (frame and buttons).
windowUnfocused → const int
Set to window non focused.