clik-engine API
    Preparing search index...

    Variable PAUSEConst

    PAUSE: string

    The Scene Systems Pause Event.

    This event is dispatched by a Scene when it is paused, either directly via the pause method, or as an action from another Scene.

    Listen to it from a Scene using this.events.on('pause', listener).