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 for. |
(bool) Returns true if there exists data in clipboard for the provided mime type, false if it does not.
You may only call this function from the main thread.
This function is available since SDL 3.1.3.