resizable property

bool resizable
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;