phaser
Version:
A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.
18 lines (16 loc) • 504 B
JavaScript
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2020 Photon Storm Ltd.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/
/**
* The Game Context Restored Event.
*
* This event is dispatched by the Game if the WebGL Renderer it is using encounters a WebGL Context Restored event from the browser.
*
* The partner event is `CONTEXT_LOST`.
*
* @event Phaser.Core.Events#CONTEXT_RESTORED
* @since 3.19.0
*/
module.exports = 'contextrestored';