mirror of
https://github.com/photonstorm/phaser
synced 2024-11-26 14:40:38 +00:00
Updated JSDocs
This commit is contained in:
parent
111702b820
commit
60e311afe5
1 changed files with 4 additions and 2 deletions
|
@ -7,9 +7,11 @@
|
|||
/**
|
||||
* The Scale Manager Orientation Change Event.
|
||||
*
|
||||
* This event is dispatched whenever the Scale Manager detects an orientation change event from the browser.
|
||||
*
|
||||
* @event Phaser.Scale.Events#ORIENTATION_CHANGE
|
||||
* @since 3.16.1
|
||||
*
|
||||
* @param {string} orientation -
|
||||
*
|
||||
* @param {string} orientation - The new orientation value. Either `Phaser.Scale.Orientation.LANDSCAPE` or `Phaser.Scale.Orientation.PORTRAIT`.
|
||||
*/
|
||||
module.exports = 'orientationchange';
|
||||
|
|
Loading…
Reference in a new issue