Event queue control struct. More...

Data Fields | |
| struct workqueue_task | task |
| Workqueue task for handling event queue. | |
Event queue control struct.
For internal use only.
This struct contains the control data for the circular event queue. The event queue is used to store all input events and command events. Other events, like DRAW and DESTROY, are sent directly to the window.
Definition at line 91 of file win.c.
1.6.3