HomeSort by: relevance | last modified time | path
    Searched refs:button3 (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
lnx-ms.c 113 button3 = 0x0004, enumerator in enum:_myPrivate::__anon10457
165 if ((buttons & button3) && !(priv->buttons & button3)) PRESS(3);
166 if (!(buttons & button3) && (priv->buttons & button3)) RELEASE(3);
204 msLinuxButton(pDev, enqueue, (((b[0] & 0x10) ? button3 : 0)
lnx-ps2.c 109 button3 = 0x0004, enumerator in enum:_myPrivate::__anon10458
161 if ((buttons & button3) && !(priv->buttons & button3)) PRESS(3);
162 if (!(buttons & button3) && (priv->buttons & button3)) RELEASE(3);
198 | ((b[0] & 2) ? button3 : 0)

Completed in 4 milliseconds