Phaser API Documentation

  Version: 
<static, private> AdvanceKeyCombo(event, combo)

Description:

Used internally by the KeyCombo class. Return true if it reached the end of the combo, false if not.

Parameters:

name type description
event KeyboardEvent

The native Keyboard Event.

combo Phaser.Input.Keyboard.KeyCombo

The KeyCombo object to advance.

Returns:
Description:

true if it reached the end of the combo, false if not.

Type:
  • boolean
Since: 3.0.0