UNPKG

phaser

Version:

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

16 lines (14 loc) 391 B
/** * @author Richard Davey <rich@photonstorm.com> * @copyright 2019 Photon Storm Ltd. * @license {@link https://opensource.org/licenses/MIT|MIT License} */ /** * The Scale Manager Orientation Change Event. * * @event Phaser.Scale.Events#ORIENTATION_CHANGE * @since 3.16.1 * * @param {string} orientation - */ module.exports = 'orientationchange';