StageDisplayState.hx 81 B

123456
  1. package flash.display;
  2. extern enum StageDisplayState {
  3. FULL_SCREEN;
  4. NORMAL;
  5. }