The NativeWindowDisplayState class defines constants for the names of the window display states.

Note: The fullscreen modes are set using the Stage object displayState property, not the window displayState.

See also:

Variables

@:value(cast 1)@:impl@:enuminlineread onlyMAXIMIZED:NativeWindowDisplayState = 1

The maximized display state.

@:value(cast 2)@:impl@:enuminlineread onlyMINIMIZED:NativeWindowDisplayState = 2

The minimized display state.

@:value(cast 0)@:impl@:enuminlineread onlyNORMAL:NativeWindowDisplayState = 0

The normal display state.