|
LMMS
|
#include <pugl.h>
Public Attributes | |
| PuglEventType | type |
| PUGL_CLIENT | |
| PuglEventFlags | flags |
| Bitwise OR of PuglEventFlag values. | |
| uintptr_t | data1 |
| Client-specific data. | |
| uintptr_t | data2 |
| Client-specific data. | |
Custom client message event.
This can be used to send a custom message to a view, which is delivered via the window system and processed in the event loop as usual. Among other things, this makes it possible to wake up the event loop for any reason.
| uintptr_t PuglClientEvent::data1 |
Client-specific data.
| uintptr_t PuglClientEvent::data2 |
Client-specific data.
| PuglEventFlags PuglClientEvent::flags |
Bitwise OR of PuglEventFlag values.
| PuglEventType PuglClientEvent::type |