event_list_item

Event list item.

Synopsis:

typedef struct event_list_item {
    mtouch_event_t event ;
}event_list_item_t;

Data:

mtouch_event_t event
A touch event.
STAILQ_ENTRY(event_list_item) link
A macro that resolves to a an event_list_item pointer.

Use the event_list_*() functions and the STAILQ macros to manipulate the event list, rather than manipulating it directly.

Library:

libgestures

Description:

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.