Lines Matching defs:_TouchPointInfo
316 typedef struct _TouchPointInfo { struct
317 uint32_t client_id; /* touch ID as seen in client events */
318 int sourceid; /* Source device's ID for this touchpoint */
319 Bool active; /* whether or not the touch is active */
320 Bool pending_finish; /* true if the touch is physically inactive
322 SpriteRec sprite; /* window trace for delivery */
323 ValuatorMask *valuators; /* last recorded axis values */
324 TouchListener *listeners; /* set of listeners */
325 int num_listeners;
326 int num_grabs; /* number of open grabs on this touch
328 Bool emulate_pointer;
329 DeviceEvent *history; /* History of events on this touchpoint */
330 size_t history_elements; /* Number of current elements in history */
331 size_t history_size; /* Size of history in elements */