HomeSort by: relevance | last modified time | path
    Searched defs:accelx (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/moused/
moused.c 358 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;
958 (int)(action2.dx * rodent.accelx),
962 wsev(WSCONS_EVENT_MOUSE_DELTA_X, action2.dx * rodent.accelx);
moused.c 358 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;
958 (int)(action2.dx * rodent.accelx),
962 wsev(WSCONS_EVENT_MOUSE_DELTA_X, action2.dx * rodent.accelx);
moused.c 358 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;
958 (int)(action2.dx * rodent.accelx),
962 wsev(WSCONS_EVENT_MOUSE_DELTA_X, action2.dx * rodent.accelx);

Completed in 247 milliseconds