UNPKG

phaser

Version:

A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.

18 lines (16 loc) 486 B
/** * @author Richard Davey <rich@photonstorm.com> * @copyright 2013-2023 Photon Storm Ltd. * @license {@link https://opensource.org/licenses/MIT|MIT License} */ /** * The Input Plugin Start Event. * * This internal event is dispatched by the Input Plugin when it has finished setting-up, * signalling to all of its internal systems to start. * * @event Phaser.Input.Events#START * @type {string} * @since 3.0.0 */ module.exports = 'start';