event_list_clear()

Updated: April 19, 2023

Clear an event list

Synopsis:

#include <gestures/event_list.h>
void event_list_clear(struct event_list *list)

Arguments:

list
A pointer to the even list to clear.

Library:

libgestures

Description:

This function returns an event list to the empty state. It does not free any of the associated memory.

Returns:

Nothing.