getClipboardText

this does a delegate because it is actually an async call on X... the receiver may never be called if the clipboard is empty or unavailable gets plain text from the clipboard.

void
getClipboardText
(,
void delegate
(
in char[]
)
receiver
)

Meta