event_list_item
QNX SDP8.0Gestures Library ReferenceAPIDeveloperProgramming
Event list item
Synopsis:
#include <gestures/>
typedef struct event_list_item { mtouch_event_t event; } event_list_item_t;
Data:
- mtouch_event_t event
- A touch event.
- STAILQ_ENTRY(event_list_item) link
- A macro that resolves to a an event_list_item pointer.
Library:
libgesturesDescription:
This structure represents an item in the list of touch events that need to be handled. Use the event_list_*
() functions to manipulate the event list.
Page updated: