Skip to content

Mojo app window beginfullscreen

mojo:mojo.app.Window.BeginFullscreen

Method BeginFullscreen:Void( )#
Method BeginFullscreen:Void( width:Int,height:Int,hertz:Int )#

Switches window to fullscreen mode.

If called with no parameters, resizes the window to cover the entire desktop without actually changing the display mode.

If called with size and refresh rate parameters, both the display mode and window size are changed.

Changes display mode and switches to fullscreen mode.

The display resolution is changed, the window is resized and any window decorations are hidden.