onFullScreenChange : Phaser.Signal
This signal is dispatched when the browser enters or leaves fullscreen mode, if supported.
The signal is supplied with a single argument: scale
(the ScaleManager). Use scale.isFullScreen
to determine
if currently running in Fullscreen mode.
- Source code: core/ScaleManager.js (Line 290)
Please login to continue.