|
LMMS
|
#include <juce_SystemClipboard.h>
Static Public Member Functions | |
| static void | copyTextToClipboard (const String &text) |
| static String | getTextFromClipboard () |
Handles reading/writing to the system's clipboard.
@tags{GUI}
Copies a string of text onto the clipboard
|
static |
Gets the current clipboard's contents.
Obviously this might have come from another app, so could contain anything..