Phaser API Documentation

  Version: 
EventData

Description:

A Phaser Input Event Data object.

This object is passed to the registered event listeners and allows you to stop any further propagation.

Properties:
name type arguments Default description
cancelled boolean <optional> false

The cancelled state of this Event.

stopPropagation function

Call this method to stop this event from passing any further down the event chain.

Type:
object
Since: 3.15.1