phaser
Version:
A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers from the team at Phaser Studio Inc.
17 lines (15 loc) • 443 B
JavaScript
/**
* @author Richard Davey <rich@phaser.io>
* @copyright 2013-2025 Phaser Studio Inc.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/
/**
* The Input Plugin Boot Event.
*
* This internal event is dispatched by the Input Plugin when it boots, signalling to all of its systems to create themselves.
*
* @event Phaser.Input.Events#BOOT
* @type {string}
* @since 3.0.0
*/
module.exports = 'boot';