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

/netbsd-6-1-5-RELEASE/usr.sbin/moused/
H A Dmoused.c358 float accelx; /* Acceleration in the X axis */ member in struct:rodentparam
376 .accelx = 1.0,
561 i = sscanf(optarg, "%f,%f", &rodent.accelx, &rodent.accely);
568 rodent.accely = rodent.accelx;
967 (int)(action2.dx * rodent.accelx),
971 wsev(WSCONS_EVENT_MOUSE_DELTA_X, action2.dx * rodent.accelx);

Completed in 157 milliseconds