Utility to help with player fullscreen management

Methods

destroy ():IFullscreenHelper

Destroy the helper

enter ():IFullscreenHelper

Enter the player into fullscreen mode

events ():FullscreenEvents

List of events dispatched by the fullscreen helper

exit ():IFullscreenHelper

Exit the player from fullscreen mode

init ():IFullscreenHelper

Initialize the helper

isFullscreen ():Bool

Determine if player is in fullscreen

Returns:

true if player is in fullscreen mode

toggle ():IFullscreenHelper

Toggle the player's fullscreen state. If in fullscreen, then exit.

If not in fullscreen, then enter.