event_list.h

Data types and functions for event lists.

The event_list.h header file provides data type definitions and functions for lists of touch events to be processed by the gesture sets.

This file makes use of list and queue macros defined in the header file sys/queue.h. For more information about these macros, see the documentation in the sys/queue.h file.