Callback function that will be called when the clipboard is cleared, or new data is set.
Callback function that will be called when data for the specified mime-type is requested by the OS.
Clear the clipboard data.
Get the data from clipboard for a given mime type.
Retrieve the list of mime types available in the clipboard.
Get UTF-8 text from the clipboard.
Get UTF-8 text from the primary selection.
Query whether there is data in the clipboard for the provided mime type.
Query whether the clipboard exists and contains a non-empty text string.
Query whether the primary selection exists and contains a non-empty text string.
Offer clipboard data to the OS.
Put UTF-8 text into the clipboard.
Put UTF-8 text into the primary selection.
SDL Clipboard