hasPhaserSetFullScreen : boolean
This boolean provides you with a way to determine if the browser is in Full Screen
mode (via the Full Screen API), and Phaser was the one responsible for activating it.
It's possible that ScaleManager.isFullScreen returns true
even if Phaser wasn't the
one that made the browser go full-screen, so this flag lets you determine that.
- Source code: core/ScaleManager.js (Line 233)
Please login to continue.