CmdWindowSetSize
Sets the size of an existing window.
Arguments
| Field | Type | Description |
|---|---|---|
windowId |
u32 |
ID of the window |
size |
UVec2 |
New size dimensions |
Response
Returns CmdResultWindowSetSize:
| Field | Type | Description |
|---|---|---|
success |
bool |
Whether the size was set |
message |
String |
Status or error message |
Documentation Vulfram Core