resizable property
getter/setter pair
Whether the window is resizable.
On web: generally controlled by the browser/CSS, this is a hint. On SDL3: controls the SDL window resizable flag.
Defaults to true.
Implementation
bool resizable;
Whether the window is resizable.
On web: generally controlled by the browser/CSS, this is a hint. On SDL3: controls the SDL window resizable flag.
Defaults to true.
bool resizable;