Searched refs:accely (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/moused/
H A Dmoused.c359 float accely; /* Acceleration in the Y axis */ member in struct:rodentparam
377 .accely = 1.0,
561 i = sscanf(optarg, "%f,%f", &rodent.accelx, &rodent.accely);
568 rodent.accely = rodent.accelx;
968 (int)(action2.dy * rodent.accely),
973 wsev(WSCONS_EVENT_MOUSE_DELTA_Y, -action2.dy * rodent.accely);

Completed in 158 milliseconds