Lines Matching defs:_ValuatorClassRec
288 typedef struct _ValuatorClassRec { struct
289 int sourceid;
290 int numMotionEvents;
291 int first_motion;
292 int last_motion;
293 void *motion; /* motion history buffer. Different layout
295 WindowPtr motionHintWindow;
297 AxisInfoPtr axes;
298 unsigned short numAxes;
299 double *axisVal; /* always absolute, but device-coord system */
300 ValuatorAccelerationRec accelScheme;
301 int h_scroll_axis; /* horiz smooth-scrolling axis */
302 int v_scroll_axis; /* vert smooth-scrolling axis */