FullScreen()

Syntax

FullScreen(State)
Description
Changes the fullscreen state. The user will be asked to enter or the leave the fullscreen state, it's not an automatic operation.

Parameters

State The new screen state, can be one of the following values:
  #True : Enters fullscreen mode.
  #False: Leaves fullscreen mode.

Return value

None.

See Also

OpenScreen(), OpenWindowedScreen()

Supported OS

All

<- FlipBuffers() - Screen Index - IsScreenActive() ->