Function setPrimarySelection
Wraps SDL_SetPrimarySelectionText (from SDL 2.26) which puts a string of text into the primary
selection
void setPrimarySelection
(
string text
) @trusted;
Parameters
| Name | Description |
|---|---|
| text | string to put into the primary selection |
Throws
dsdl on fail when putting the string into the primary selection