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

/xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
H A Dlnx-ms.c113 button3 = 0x0004, enumerator in enum:_myPrivate::__anon5dbe838e0103
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)
H A Dlnx-ps2.c109 button3 = 0x0004, enumerator in enum:_myPrivate::__anon15c549630103
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