Phaser API Documentation

  Version: 
<readonly> mousePointer: Phaser.Input.Pointer

Description:

The mouse has its own unique Pointer object, which you can reference directly if making a desktop specific game. If you are supporting both desktop and touch devices then do not use this property, instead use activePointer which will always map to the most recently interacted pointer.

Since: 3.10.0