Get the data from clipboard for a given mime type
void* SDL_GetClipboardData(size_t *length, const char *mime_type);
mime_type | The mime type to read from the clipboard |
Returns the retrieved data buffer or NULL on failure; call SDL_GetError() for more information. Caller must call SDL_free() on the returned pointer when done with it.
This function is available since SDL 3.0.0.