Home
last modified time | relevance | path

Searched defs:_TouchPointInfo (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dinputstr.h316 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
[all …]