Clipboard
Clipboard handling
Operations
GetClipboardText
Get UTF-8 text from the clipboard
function : GetClipboardText() ~ StringReturn
| Type | Description |
|---|---|
| String | clipboard text on success or NULL on failure |
HasClipboardText
Flag indicating whether the clipboard exists and contains a text string that is non-empty
function : HasClipboardText() ~ BoolReturn
| Type | Description |
|---|---|
| Bool | true if the clipboard has text, or false if it does not |