Searched refs:MOUSE_BUTTON4DOWN (Results 1 – 4 of 4) sorted by relevance
1838 MOUSE_BUTTON4DOWN, in r_protocol()1840 MOUSE_BUTTON2DOWN | MOUSE_BUTTON4DOWN, in r_protocol()1847 MOUSE_BUTTON4DOWN, in r_protocol()1848 MOUSE_BUTTON2DOWN | MOUSE_BUTTON4DOWN, in r_protocol()1879 MOUSE_BUTTON4DOWN, in r_protocol()2071 act->button = act->obutton & MOUSE_BUTTON4DOWN; in r_protocol()2099 act->button = (act->obutton & (MOUSE_BUTTON2DOWN | MOUSE_BUTTON4DOWN)) in r_protocol()2140 act->button |= (pBuf[0] & MOUSE_VERSA_TAP) ? MOUSE_BUTTON4DOWN : 0; in r_protocol()2188 ? MOUSE_BUTTON4DOWN : 0; in r_protocol()2200 ? MOUSE_BUTTON4DOWN : 0; in r_protocol()[all …]
1767 mapped = status->button & ~MOUSE_BUTTON4DOWN;1768 if (status->button & MOUSE_BUTTON4DOWN)2568 MOUSE_BUTTON4DOWN : 0;2746 touchpad_buttons |= MOUSE_BUTTON4DOWN;2759 touchpad_buttons |= MOUSE_BUTTON4DOWN;3151 MOUSE_BUTTON4DOWN :3307 if (ms->button & MOUSE_BUTTON4DOWN) {3309 ms->button &= ~MOUSE_BUTTON4DOWN;3365 ms->button |= (c & MOUSE_PS2VERSA_TAP) ? MOUSE_BUTTON4DOWN : 0;3444 0 : MOUSE_BUTTON4DOWN;[all …]
67 #define MOUSE_BUTTON4DOWN 0x0008 macro
2080 atp_add_to_queue(sc, 0, 0, 0, MOUSE_BUTTON4DOWN); in atp_reap_sibling_zombies()