[readonly] pointers : Array.<Phaser.Pointer>
An array of non-mouse pointers that have been added to the game.
The properties pointer1..N
are aliases for pointers[0..N-1]
.
Type
- Array.<Phaser.Pointer>
- Source code: input/Input.js (Line 214)
[readonly] pointers : Array.<Phaser.Pointer>
An array of non-mouse pointers that have been added to the game.
The properties pointer1..N
are aliases for pointers[0..N-1]
.
Please login to continue.