fullscreen property
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;
Whether to start in fullscreen mode.
On web: requests fullscreen on the canvas element. On SDL3: creates a fullscreen SDL window.
Defaults to false.
bool fullscreen;