Query whether there is data in the clipboard for the provided mime type.
Defined in <SDL3/SDL_clipboard.h>
bool SDL_HasClipboardData(const char *mime_type);
const char * | mime_type | the mime type to check for data. |
(bool) Returns true if data exists in the clipboard for the provided mime type, false if it does not.
This function should only be called on the main thread.
This function is available since SDL 3.2.0.