Function SDL_SetClipboardText
pub unsafe extern "C" fn SDL_SetClipboardText(text: *const i8) -> i32
Available on crate feature
dep_sdl2
only.Expand description
Put UTF-8 text into the clipboard.
\param text the text to store in the clipboard \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.0.0.
\sa SDL_GetClipboardText \sa SDL_HasClipboardText