Phaser API Documentation

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

Description:

Used internally by the KeyCombo class.

Parameters:

name type description
event KeyboardEvent

The native Keyboard Event.

combo Phaser.Input.Keyboard.KeyCombo

The KeyCombo object to be processed.

Returns:
Description:

true if the combo was matched, otherwise false.

Type:
  • boolean
Since: 3.0.0