|
LMMS
|
#include <pugl.h>
Public Attributes | |
| PuglEventType | type |
| PUGL_DATA_OFFER | |
| PuglEventFlags | flags |
| Bitwise OR of PuglEventFlag values. | |
| double | time |
| Time in seconds. | |
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().
| PuglEventFlags PuglDataOfferEvent::flags |
Bitwise OR of PuglEventFlag values.
| double PuglDataOfferEvent::time |
Time in seconds.
| PuglEventType PuglDataOfferEvent::type |