CmdUiScreenshotReply
Delivers to the core the image requested by UiScreenshotRequest.
Arguments
| Field | Type | Description |
|---|---|---|
| windowId | u32 | Source window |
| realmId | Option |
Target realm (optional; uses focus when omitted) |
| width | u32 | Width in pixels |
| height | u32 | Height in pixels |
| rgba | bytes | RGBA8 buffer (width * height * 4) |
Response
Returns CmdResultUiInputEvent:
| Field | Type | Description |
|---|---|---|
| success | bool | Event delivered |
| message | String | Status or error |
Documentation Vulfram Core