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

#include <pugl.h>

Public Attributes

PuglEventType type
 PUGL_DATA_OFFER
PuglEventFlags flags
 Bitwise OR of PuglEventFlag values.
double time
 Time in seconds.

Detailed Description

Clipboard data offer event.

This event is sent when a clipboard has data present, possibly with several datatypes. While handling this event, the types can be investigated with puglGetClipboardType() to decide whether to accept the offer with puglAcceptOffer().

Member Data Documentation

◆ flags

PuglEventFlags PuglDataOfferEvent::flags

Bitwise OR of PuglEventFlag values.

◆ time

double PuglDataOfferEvent::time

Time in seconds.

◆ type

PuglEventType PuglDataOfferEvent::type

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