SDL_HasPrimarySelectionText

Query whether the primary selection exists and contains a non-empty text string.

extern (C) nothrow @nogc extern
bool
SDL_HasPrimarySelectionText
()

Return Value

Type: bool

true if the primary selection has text, or false if it does not.

Threadsafety: This function should only be called on the main thread.

See Also

Meta