SDL 3.0
|
An event triggered when the applications active clipboard content is cancelled by new clipboard content. More...
#include <SDL_events.h>
Data Fields | |
Uint32 | type |
Uint64 | timestamp |
void * | userdata |
An event triggered when the applications active clipboard content is cancelled by new clipboard content.
Definition at line 541 of file SDL_events.h.
Uint64 SDL_ClipboardEvent::timestamp |
In nanoseconds, populated using SDL_GetTicksNS()
Definition at line 544 of file SDL_events.h.
Uint32 SDL_ClipboardEvent::type |
SDL_EVENT_CLIPBOARD_CANCELLED or SDL_EVENT_CLIPBOARD_UPDATE
Definition at line 543 of file SDL_events.h.
void* SDL_ClipboardEvent::userdata |
User data if any has been set. NULL for SDL_EVENT_CLIPBOARD_UPDATE
Definition at line 545 of file SDL_events.h.