Event list item.
typedef struct event_list_item { mtouch_event_t event ; }event_list_item_t;
Use the event_list_*() functions and the STAILQ macros to manipulate the event list, rather than manipulating it directly.
This structure represents an item in the list of touch events that need to be handled. Use the event_list_*() functions to manipulate the event list.