Function sdl2_sys::SDL_SetPrimarySelectionText
source ยท pub unsafe extern "C" fn SDL_SetPrimarySelectionText(
text: *const c_char,
) -> c_int
Expand description
Put UTF-8 text into the primary selection.
\param text the text to store in the primary selection \returns 0 on success or a negative error code on failure; call SDL_GetError() for more information.
\since This function is available since SDL 2.26.0.
\sa SDL_GetPrimarySelectionText \sa SDL_HasPrimarySelectionText