Searched defs:_TouchClassRec (Results 1 – 1 of 1) sorted by relevance
343 typedef struct _TouchClassRec { struct344 int sourceid;345 TouchPointInfoPtr touches;346 unsigned short num_touches; /* number of allocated touches */347 unsigned short max_touches; /* maximum number of touches, may be 0 */348 CARD8 mode; /* ::XIDirectTouch, XIDependentTouch */350 CARD8 buttonsDown; /* number of buttons down */351 unsigned short state; /* logical button state */352 Mask motionMask;