Window.setFullscreen

Use this function to (re)set Window's fullscreen states. style may be Style.Fullscreen for "real" fullscreen with a videomode change or Style.Desktop for "fake" fullscreen that takes the size of the desktop Set 0 for windowed mode.

class Window
final
void
setFullscreen
(
int style
)

Meta