SDL 3.0
SDL_ClipboardEvent Struct Reference

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

#include <SDL_events.h>

Data Fields

Uint32 type
 
Uint64 timestamp
 

Detailed Description

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

Definition at line 540 of file SDL_events.h.

Field Documentation

◆ timestamp

Uint64 SDL_ClipboardEvent::timestamp

In nanoseconds, populated using SDL_GetTicksNS()

Definition at line 543 of file SDL_events.h.

◆ type

Uint32 SDL_ClipboardEvent::type

SDL_EVENT_CLIPBOARD_UPDATE

Definition at line 542 of file SDL_events.h.


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