Clipboard
Clipboard handling
Operations
GetClipboardText
Get UTF-8 text from the clipboard
function : GetClipboardText() ~ String
Return
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() ~ Bool
Return
Type | Description |
---|---|
Bool | true if the clipboard has text, or false if it does not |