Callback function that will be called when the clipboard is cleared, or when new data is set.
Defined in <SDL3/SDL_clipboard.h>
typedef void (SDLCALL *SDL_ClipboardCleanupCallback)(void *userdata);
userdata | a pointer to the provided user data. |
This function is available since SDL 3.2.0.