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

/xsrc/external/mit/xf86-input-mouse/dist/src/
H A DmousePriv.h61 int prevDx, prevDy; member in struct:__anon203fd9de0308
H A Dmouse.c3508 mPriv->prevDy = 0;\
3754 || abs(dy - mPriv->prevDy) > 300)
3773 if (sign(dy) == sign(mPriv->prevDy)) {
3786 mPriv->prevDy = dy;
3790 mPriv->prevDy = 0;

Completed in 6 milliseconds