Phaser API Documentation

  Version: 

Member of: Phaser.Core.Config

<constant, nullable> inputKeyboardCapture: Array.<number>

Description:

preventDefault will be called on every non-modified key which has a key code in this array. By default, it is empty.

Type:
Array.<number>
Since: 3.0.0
Source: src/core/Config.js (Line 222)