Phaser API Documentation

  Version: 
removeListener(events)

Description:

Removes one or more native DOM event listeners from the underlying Element of this Game Object.

Parameters:

name type description
events string

The DOM event/s to stop listening for. You can specify multiple events by separating them with spaces.

Returns:
Description:

This DOM Element instance.

Since: 3.17.0