phaser - v4.0.0-rc.4
    Preparing search index...

    Variable GAME_OUTConst

    GAME_OUT: string

    The Input Plugin Game Out Event.

    This event is dispatched by the Input Plugin if the active pointer leaves the game canvas and is now outside of it, elsewhere on the web page.

    Listen to this event from within a Scene using: this.input.on('gameout', listener).