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

/xsrc/external/mit/xf86-input-mouse/dist/src/
H A Dmouse.h241 int wheelInertia; member in struct:_MouseDevRec
H A Dmouse.c524 pMse->wheelInertia = xf86SetIntOption(pInfo->options,
526 if (pMse->wheelInertia <= 0) {
528 pInfo->name, pMse->wheelInertia);
529 pMse->wheelInertia = 10;
611 pInfo->name, wheelButton, pMse->wheelInertia,
2241 emuWheelDelta = -pMse->wheelInertia;
2244 emuWheelDelta = pMse->wheelInertia;
2248 while (abs(pMse->wheelYDistance) > pMse->wheelInertia) {
2271 emuWheelDelta = -pMse->wheelInertia;
2274 emuWheelDelta = pMse->wheelInertia;
[all...]
/xsrc/external/mit/xf86-input-vmmouse/dist/src/
H A Dxf86OSmouse.h251 int wheelInertia; member in struct:_MouseDevRec

Completed in 6 milliseconds