Searched refs:button5 (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/ | ||
| H A D | lnx-ms.c | 115 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 D | lnx-ps2.c | 111 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