imgui_clipboard
Read or write the system clipboard text through ImGui to transfer data between the application and external sources.
Instructions
Get or set the system clipboard text via ImGui
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Text to set on the clipboard (required for 'set' action) | |
| action | Yes | Whether to get or set clipboard content |