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

/xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
H A Dlnx-ms.c115 button5 = 0x0010 enumerator in enum:_myPrivate::__anon5dbe838e0103
171 if ((buttons & button5) && !(priv->buttons & button5)) PRESS(5);
172 if (!(buttons & button5) && (priv->buttons & button5)) RELEASE(5);
H A Dlnx-ps2.c111 button5 = 0x0010 enumerator in enum:_myPrivate::__anon15c549630103
167 if ((buttons & button5) && !(priv->buttons & button5)) PRESS(5);
168 if (!(buttons & button5) && (priv->buttons & button5)) RELEASE(5);

Completed in 3 milliseconds