I have a textbox outputting text, however, I'd like the user to be able to click the mouse over the text and select it, then copy it to clipboard and paste into a text document.
It seems that text objects are completely uninteractable by the user, and there's no action that copies a string to the clipboard that I can see (that would have let me work around this issue).
Any help appreciated.
Cheers