phaser/src/input/events/DESTROY_EVENT.js
2019-05-10 16:15:04 +01:00

15 lines
443 B
JavaScript

/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2019 Photon Storm Ltd.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/
/**
* The Input Plugin Destroy Event.
*
* This internal event is dispatched by the Input Plugin when it is destroyed, signalling to all of its systems to destroy themselves.
*
* @event Phaser.Input.Events#DESTROY
* @since 3.0.0
*/
module.exports = 'destroy';