Query whether there is data in the clipboard for the provided mime type
const char *mime_type); SDL_bool SDL_HasClipboardData(
mime_type | The mime type to check for data for |
Returns SDL_TRUE if there exists data in clipboard for the provided mime type, SDL_FALSE if it does not.
This function is available since SDL 3.0.0.