setClipboard

Wraps SDL_SetClipboardText which puts a string of text into the clipboard

@safe @trusted
void
setClipboard
(
string text
)

Parameters

text string

string to put into the clipboard

Throws

dsdl2.SDLException on fail when putting the string into the clipboard

Meta