You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that it only works if I first place data on the clipboard in my app; it doesn't seem to be aware of the system clipboard's current state otherwise.
At least on Linux, even though I get e.g. "text/html" from the clipboard with SDL_GetClipboardData(), nothing is returned from:
mimes points to data, but there's no data there and size remains 0.
The text was updated successfully, but these errors were encountered: