SDL 3.0
SDL_ClipboardEvent Struct Reference

#include <SDL_events.h>

Data Fields

SDL_EventType type
 
Uint32 reserved
 
Uint64 timestamp
 

Detailed Description

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

Since
This struct is available since SDL 3.0.0.

Definition at line 855 of file SDL_events.h.

Field Documentation

◆ reserved

Uint32 SDL_ClipboardEvent::reserved

Definition at line 858 of file SDL_events.h.

◆ timestamp

Uint64 SDL_ClipboardEvent::timestamp

In nanoseconds, populated using SDL_GetTicksNS()

Definition at line 859 of file SDL_events.h.

◆ type

SDL_EventType SDL_ClipboardEvent::type

SDL_EVENT_CLIPBOARD_UPDATE

Definition at line 857 of file SDL_events.h.


The documentation for this struct was generated from the following file: