Package | flash.display |
Class | public final class StageDisplayState |
Inheritance | StageDisplayState ![]() |
Stage.displayState
property.
See also
Constant | Defined By | ||
---|---|---|---|
FULL_SCREEN : String = "fullScreen" [static]
Specifies that the Stage is in full-screen mode. | StageDisplayState | ||
![]() [static]
Specifies that the Stage is in full-screen mode with keyboard interactivity enabled. | StageDisplayState | ||
NORMAL : String = "normal" [static]
Specifies that the Stage is in normal mode. | StageDisplayState |
FULL_SCREEN | Constant |
public static const FULL_SCREEN:String = "fullScreen"
Specifies that the Stage is in full-screen mode. Keyboard interactivity is disabled in this mode.
![]() | Constant |
public static const FULL_SCREEN_INTERACTIVE:String = "fullScreenInteractive"
Specifies that the Stage is in full-screen mode with keyboard interactivity enabled. Only AIR applications support this capability.
NORMAL | Constant |
public static const NORMAL:String = "normal"
Specifies that the Stage is in normal mode.