The StageDisplayState class provides values for the Stage.displayState property.

Variables

@:value(cast 0)@:impl@:enuminlineread onlyFULL_SCREEN:StageDisplayState = 0

Specifies that the Stage is in full-screen mode.

@:value(cast 1)@:impl@:enuminlineread onlyFULL_SCREEN_INTERACTIVE:StageDisplayState = 1

Specifies that the Stage is in full-screen mode with keyboard interactivity enabled.

@:value(cast 2)@:impl@:enuminlineread onlyNORMAL:StageDisplayState = 2

Specifies that the Stage is in normal mode.