Allocate and initialize an event list from an existing list.
#include <gestures/event_list.h>
struct event_list* event_list_alloc_copy(struct event_list *list)
A pointer to the event list to copy
This function allocates and initializes a new event list by copying the entries from an existing event list.
The newly allocated event list on success, NULL on failure