/src/usr.sbin/moused/ |
moused.c | 359 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; 959 (int)(action2.dy * rodent.accely), 964 wsev(WSCONS_EVENT_MOUSE_DELTA_Y, -action2.dy * rodent.accely);
|
moused.c | 359 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; 959 (int)(action2.dy * rodent.accely), 964 wsev(WSCONS_EVENT_MOUSE_DELTA_Y, -action2.dy * rodent.accely);
|
moused.c | 359 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; 959 (int)(action2.dy * rodent.accely), 964 wsev(WSCONS_EVENT_MOUSE_DELTA_Y, -action2.dy * rodent.accely);
|