Phaser API Documentation

  Version: 
stopPropagation()

Description:

This method should be called from within an input event handler, such as pointerdown.

When called, it stops the Input Manager from allowing this specific event to be processed by any other Scene not yet handled in the scene list.

Returns:
Description:

This InputPlugin object.

Since: 3.0.0