Clear an event list.
#include <gestures/event_list.h>
void event_list_clear(struct event_list *list)
A pointer to the even list to clear.
This function returns an event list to the empty state. It does not free any of the associated memory.
Nothing.