Package: pumpkin.display

StageFlags


Description

The StageFlags configures the stage using Stage.stageFlags.



Variables

BROADCAST_ENTERFRAME

Broadcast CEvent.ENTERFRAME to all children, false will only dispatch on the stage.

PROCESS_KEYEVENTS

Process key events and dispatch KeyboardEvent, false will not process any keyboard input.