SDL_ClipboardEvent

An event triggered when the clipboard contents have changed (event.clipboard.*)

\since This struct is available since SDL 3.2.0.

Members

Variables

mime_types
const(char)** mime_types;

< current mime types

num_mime_types
Sint32 num_mime_types;

< number of mime types

owner
bool owner;

< are we owning the clipboard (internal update)

reserved
Uint32 reserved;
Undocumented in source.
timestamp
Uint64 timestamp;

< In nanoseconds, populated using SDL_GetTicksNS()

type
SDL_EventType type;

< SDL_EVENT_CLIPBOARD_UPDATE

Meta