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

/xsrc/external/mit/xf86-input-mouse/dist/src/
H A DmousePriv.h62 int accDx, accDy; member in struct:__anon203fd9de0308
H A Dmouse.c3510 mPriv->accDy = 0;\
3774 mPriv->accDy += dy;
3775 if (abs(mPriv->accDy) > mPriv->acc) {
3776 mPriv->acc = abs(mPriv->accDy);
3779 AP_DBG(("accDy=%i\n",mPriv->accDy));
3782 mPriv->accDy = 0;
3792 mPriv->accDy = 0;

Completed in 6 milliseconds