Updated: October 28, 2024 |
Process the event list
#include <gestures/set.h>
int gestures_set_process_event_list(struct gestures_set *set, struct event_list *list, void *param)
This function processes the event list by adding the events to the gesture set, updating various properties associated with the events, evaluating timers, and passing each event to the individual gestures for processing.
The number of callback functions invoked.