LMMS
Loading...
Searching...
No Matches
PuglDataEvent Struct Reference

#include <pugl.h>

Public Attributes

PuglEventType type
 PUGL_DATA
PuglEventFlags flags
 Bitwise OR of PuglEventFlag values.
double time
 Time in seconds.
uint32_t typeIndex
 Index of datatype.

Detailed Description

Clipboard data event.

This event is sent after accepting a data offer when the data has been retrieved and converted. While handling this event, the data can be accessed with puglGetClipboard().

Member Data Documentation

◆ flags

PuglEventFlags PuglDataEvent::flags

Bitwise OR of PuglEventFlag values.

◆ time

double PuglDataEvent::time

Time in seconds.

◆ type

PuglEventType PuglDataEvent::type

◆ typeIndex

uint32_t PuglDataEvent::typeIndex

Index of datatype.


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