Searched defs:_ValuatorClassRec (Results 1 – 1 of 1) sorted by relevance
288 typedef struct _ValuatorClassRec { struct289 int sourceid;290 int numMotionEvents;291 int first_motion;292 int last_motion;293 void *motion; /* motion history buffer. Different layout295 WindowPtr motionHintWindow;297 AxisInfoPtr axes;298 unsigned short numAxes;299 double *axisVal; /* always absolute, but device-coord system */[all …]