Phaser API Documentation

  Version: 
pointers: Array.<Phaser.Input.Pointer>

Description:

An array of Pointers that have been added to the game. The first entry is reserved for the Mouse Pointer, the rest are Touch Pointers.

By default there is 1 touch pointer enabled. If you need more use the addPointer method to start them, or set the input.activePointers property in the Game Config.

Type:
Since: 3.10.0