ClipboardIO

Interface for writing and loading text to the clipboard.

The clipboard is a buffer that allows copying and moving text between nodes, or between apps in the system.

Members

Functions

readClipboard
char[] readClipboard(char[] buffer, int offset)

Read text from the clipboard.

writeClipboard
bool writeClipboard(string text)

Write text to the clipboard.

Inherited Members

From IO

opEquals
bool opEquals(Object )
Undocumented in source.
loadTo
void loadTo(T resource)

Load a resource by reference. This is the same as Node.load.

Meta