Phaser API Documentation

  Version: 
<private> setCursor(interactiveObject)

Description:

Called by the InputPlugin when processing over and out events.

Tells the Input Manager to set a custom cursor during its postUpdate step.

https://developer.mozilla.org/en-US/docs/Web/CSS/cursor

Parameters:

name type description
interactiveObject Phaser.Types.Input.InteractiveObject

The Interactive Object that called this method.

Since: 3.10.0