[][src]Module fermium::clipboard

Interact with the system clipboard.

Re-exports

pub use crate::stdinc::*;

Functions

SDL_GetClipboardText

Get UTF-8 text from the clipboard, which must be freed with SDL_free

SDL_HasClipboardText

Returns a flag indicating whether the clipboard exists and contains a text string that is non-empty.

SDL_SetClipboardText

Put UTF-8 text into the clipboard

Type Definitions

c_char
c_int