Updated: October 28, 2024 |
Process a touch event at the gesture set level
#include <gestures/set.h>
int gestures_set_process_event(struct gestures_set *set, struct mtouch_event *event, void *param)
This function processes incoming touch events by adding them to the event list and passing them to the individual gestures so that their processing callback functions can be invoked as appropriate.
The number of callback functions invoked.