An event triggered when the clipboard contents have changed (event.clipboard.*)
Defined in <SDL3/SDL_events.h>
typedef struct SDL_ClipboardEvent
{/**< SDL_EVENT_CLIPBOARD_UPDATE */
SDL_EventType type;
Uint32 reserved;/**< In nanoseconds, populated using SDL_GetTicksNS() */
Uint64 timestamp; } SDL_ClipboardEvent;
This struct is available since SDL 3.0.0.