Searched refs:positiveW (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xf86-input-ws/dist/src/
H A Dws.h51 int negativeW, positiveW; /* mappings for W axis */ member in struct:WSDevice
H A Dws.c195 priv->negativeW = priv->positiveW = WS_NOZMAP;
204 priv->positiveW = b2;
217 if (priv->positiveW > priv->buttons) {
218 priv->buttons = priv->positiveW;
735 && priv->positiveW != WS_NOZMAP) {
736 buttons &= ~(priv->negativeW | priv->positiveW);
743 priv->positiveW));
744 wbutton = 1 << (priv->positiveW - 1);
/xsrc/external/mit/xf86-input-vmmouse/dist/src/
H A Dvmmouse.c654 | pMse->negativeW | pMse->positiveW);
662 zbutton = pMse->positiveW;
755 pMse->negativeW = pMse->positiveW = MSE_MAPTOX;
759 pMse->negativeW = pMse->positiveW = MSE_MAPTOY;
768 pMse->positiveZ = pMse->positiveW = 1 << (b2-1);
775 pMse->negativeW = pMse->positiveW = MSE_NOZMAP;
778 pMse->negativeW = pMse->positiveW = MSE_NOZMAP;
H A Dxf86OSmouse.h238 int positiveW; /* button mask */ member in struct:_MouseDevRec
/xsrc/external/mit/xf86-input-mouse/dist/src/
H A Dmouse.h230 int positiveW; /* button mask */ member in struct:_MouseDevRec
H A Dmouse.c464 pMse->negativeW = pMse->positiveW = MSE_NOAXISMAP;
479 pMse->positiveW = 1 << (b4-1);
1554 pMse->negativeW = pMse->positiveW = MSE_NOAXISMAP;
2493 buttons &= ~(pMse->negativeW | pMse->positiveW);
2498 wbutton = pMse->positiveW;

Completed in 14 milliseconds