ScaleManager#hasPhaserSetFullScreen

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)
doc_phaser
2017-02-14 11:09:06
Comments
Leave a Comment

Please login to continue.