Home
last modified time | relevance | path

Searched refs:MOUSE_BUTTON4DOWN (Results 1 – 4 of 4) sorted by relevance

/trueos/usr.sbin/moused/
HDmoused.c1838 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 …]
/trueos/sys/dev/atkbdc/
HDpsm.c1767 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 …]
/trueos/sys/sys/
HDmouse.h67 #define MOUSE_BUTTON4DOWN 0x0008 macro
/trueos/sys/dev/usb/input/
HDatp.c2080 atp_add_to_queue(sc, 0, 0, 0, MOUSE_BUTTON4DOWN); in atp_reap_sibling_zombies()