Add an event to an event list.
#include <gestures/event_list.h>
int event_list_add(struct event_list *list, mtouch_event_t *event)
A pointer to the event list.
A pointer to the event to add.
This function adds an event to an event list.
0 on success, -1 on failure