Updated: October 28, 2024 |
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)
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