Window.setFullscreen

Handle setting the window to fullscreen.

class Window
setFullscreen
(
this T
)
()

Parameters

fullscreen bool

A boolean specifying if the window should be fullscreen or not.

Return Value

Type: auto

This window to aid method chaining.

Meta