Event list item.
typedef struct event_list_item {
mtouch_event_t event ;
}event_list_item_t;
BlackBerry 10.0.0
Use the event_list_*() functions and the STAILQ macros to manipulate the event list, rather than manipulating it directly.
Since: BlackBerry 10.0.0
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.