hasClipboard

Wraps SDL_HasClipboardText which checks whether the clipboard exists and contains a non-empty text string

@safe @trusted
bool
hasClipboard
()

Return Value

Type: bool

true if it exists and contains a non-empty string, otherwise false

Meta