A config event. More...
#include <configEvent.h>


Public Attributes | |
| Event | data |
A config event.
Config events are generated by the event processing functions on the render nodes and send to the config thread, i.e., to the application using Config::sendEvent(). The config processes events at the end of the frame, either non-blocking or blocking (event-driven). Config events are typically application-specific. The events defined below are for the default implementation, which sends the window system events more or less unprocessed to the application.
When subclassing, make sure to set the packet size.
Definition at line 39 of file lib/client/configEvent.h.
0.9.1 by
1.6.1