gestures_set_process_event_list()
QNX SDP8.0Gestures Library ReferenceAPIDeveloperProgramming
Process the event list
Synopsis:
#include <gestures/set.h>
int gestures_set_process_event_list(struct gestures_set *set, struct event_list *list, void *param)
Arguments:
- set
- A pointer to the gesture set.
- list
- The event list to process.
- param
- A pointer to the parameter list for the callback functions.
Library:
libgesturesDescription:
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.
Returns:
The number of callback functions invoked.
Page updated: