getClipboard

Wraps SDL_GetClipboardText which gets the text stored in the clipboard

@safe @trusted
string
getClipboard
()

Return Value

Type: string

clipboard text content

Throws

dsdl2.SDLException if the clipboard text failed to allocate on SDL's side

Meta