height property
getter/setter pair
The initial height in pixels.
On web: sets the canvas height. On SDL3: sets the initial window height.
Defaults to 600.
Implementation
int height;
The initial height in pixels.
On web: sets the canvas height. On SDL3: sets the initial window height.
Defaults to 600.
int height;