phaser - v4.0.0-rc.4
    Preparing search index...
    • Returns true if the Key was pressed down within the duration value given, based on the current game clock time. Or false if it either isn't down, or was pressed down longer ago than the given duration.

      Parameters

      • key: Key

        The Key object to test.

      • Optionalduration: number

        The duration, in ms, within which the key must have been pressed down. Default 50.

      Returns boolean