fullscreen property

bool fullscreen
getter/setter pair

Whether to start in fullscreen mode.

On web: requests fullscreen on the canvas element. On SDL3: creates a fullscreen SDL window.

Defaults to false.

Implementation

bool fullscreen;