Lines Matching defs:rodentparam
340 static struct rodentparam { struct
341 int flags;
342 char *portname; /* /dev/XXX */
343 int rtype; /* MOUSE_PROTO_XXX */
344 int level; /* operation level: 0 or greater */
345 int baudrate;
346 int rate; /* report rate */
347 int resolution; /* MOUSE_RES_XXX or a positive number */
348 int zmap[4]; /* MOUSE_{X|Y}AXIS or a button number */
349 int wmode; /* wheel mode button number */
350 int mfd; /* mouse file descriptor */
351 int cfd; /* /dev/wsmousectl file descriptor */
352 int mremsfd; /* mouse remote server file descriptor */
353 int mremcfd; /* mouse remote client file descriptor */
354 long clickthreshold; /* double click speed in msec */
355 long button2timeout; /* 3 button emulation timeout */
356 mousehw_t hw; /* mouse device hardware information */
357 mousemode_t mode; /* protocol information */
358 float accelx; /* Acceleration in the X axis */
359 float accely; /* Acceleration in the Y axis */