Searched defs:_TouchPointInfo (Results 1 – 1 of 1) sorted by relevance
316 typedef struct _TouchPointInfo { struct317 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 inactive322 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[all …]