|
LMMS
|
#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. | |
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().
| PuglEventFlags PuglDataEvent::flags |
Bitwise OR of PuglEventFlag values.
| double PuglDataEvent::time |
Time in seconds.
| PuglEventType PuglDataEvent::type |
| uint32_t PuglDataEvent::typeIndex |
Index of datatype.