enterIncorrectOrientation : Phaser.Signal
This signal is dispatched when the browser enters an incorrect orientation, as defined by forceOrientation.
This is signaled from preUpdate
(or pauseUpdate
) even when the game is paused.
- Source code: core/ScaleManager.js (Line 211)
Please login to continue.