hasPrimarySelection

Wraps SDL_HasPrimarySelectionText (from SDL 2.26) which checks whether the primary selection exists and contains a non-empty text string

@safe @trusted
static if(sdlSupport >= SDLSupport.v2_26)
bool
hasPrimarySelection
()

Return Value

Type: bool

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

Meta