Searched refs:negativeW (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;
203 priv->negativeW = b1;
213 if (priv->negativeW > priv->buttons) {
214 priv->buttons = priv->negativeW;
734 if (dw && priv->negativeW != WS_NOZMAP
736 buttons &= ~(priv->negativeW | priv->positiveW);
739 priv->negativeW));
740 wbutton = 1 << (priv->negativeW - 1);
/xsrc/external/mit/xf86-input-vmmouse/dist/src/
H A Dvmmouse.c654 | pMse->negativeW | pMse->positiveW);
656 zbutton = pMse->negativeW;
755 pMse->negativeW = pMse->positiveW = MSE_MAPTOX;
759 pMse->negativeW = pMse->positiveW = MSE_MAPTOY;
767 pMse->negativeZ = pMse->negativeW = 1 << (b1-1);
775 pMse->negativeW = pMse->positiveW = MSE_NOZMAP;
778 pMse->negativeW = pMse->positiveW = MSE_NOZMAP;
H A Dxf86OSmouse.h237 int negativeW; /* button mask */ member in struct:_MouseDevRec
/xsrc/external/mit/xf86-input-mouse/dist/src/
H A Dmouse.h229 int negativeW; /* button mask */ member in struct:_MouseDevRec
H A Dmouse.c464 pMse->negativeW = pMse->positiveW = MSE_NOAXISMAP;
478 pMse->negativeW = 1 << (b3-1);
1544 if (pMse->negativeW != MSE_NOAXISMAP) {
1554 pMse->negativeW = pMse->positiveW = MSE_NOAXISMAP;
1557 if (pMse->negativeW == MSE_NOAXISMAP)
2476 switch (pMse->negativeW) {
2493 buttons &= ~(pMse->negativeW | pMse->positiveW);
2495 wbutton = pMse->negativeW;

Completed in 11 milliseconds