UNPKG

phaser

Version:

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

18 lines (16 loc) 492 B
/** * @author Richard Davey <rich@photonstorm.com> * @copyright 2020 Photon Storm Ltd. * @license {@link https://opensource.org/licenses/MIT|MIT License} */ /** * The Game Context Lost Event. * * This event is dispatched by the Game if the WebGL Renderer it is using encounters a WebGL Context Lost event from the browser. * * The partner event is `CONTEXT_RESTORED`. * * @event Phaser.Core.Events#CONTEXT_LOST * @since 3.19.0 */ module.exports = 'contextlost';