Searched refs:MOUSE_BUTTON4DOWN (Results 1 – 5 of 5) sorted by relevance
| /freebsd/usr.sbin/moused/msconvd/ |
| H A D | msconvd.c | 1304 MOUSE_BUTTON4DOWN, in r_protocol() 1306 MOUSE_BUTTON2DOWN | MOUSE_BUTTON4DOWN, in r_protocol() 1313 MOUSE_BUTTON4DOWN, in r_protocol() 1314 MOUSE_BUTTON2DOWN | MOUSE_BUTTON4DOWN, in r_protocol() 1345 MOUSE_BUTTON4DOWN, in r_protocol() 1537 act->button = act->obutton & MOUSE_BUTTON4DOWN; in r_protocol() 1565 act->button = (act->obutton & (MOUSE_BUTTON2DOWN | MOUSE_BUTTON4DOWN)) in r_protocol() 1606 act->button |= (pBuf[0] & MOUSE_VERSA_TAP) ? MOUSE_BUTTON4DOWN : 0; in r_protocol() 1647 ? MOUSE_BUTTON4DOWN : 0; in r_protocol() 1659 ? MOUSE_BUTTON4DOWN : 0; in r_protocol() [all …]
|
| /freebsd/sys/sys/ |
| H A D | mouse.h | 65 #define MOUSE_BUTTON4DOWN 0x0008 macro
|
| /freebsd/sys/dev/atkbdc/ |
| H A D | psm.c | 2408 mapped = status->button & ~MOUSE_BUTTON4DOWN; 2409 if (status->button & MOUSE_BUTTON4DOWN) 3213 MOUSE_BUTTON4DOWN : 0; 3458 touchpad_buttons |= MOUSE_BUTTON4DOWN; 3471 extended_buttons |= MOUSE_BUTTON4DOWN; 3614 touchpad_buttons & MOUSE_BUTTON4DOWN); 3656 if (ms->button & MOUSE_BUTTON4DOWN) 3666 ms->button &= ~(MOUSE_BUTTON4DOWN | MOUSE_BUTTON5DOWN | 4351 MOUSE_BUTTON5DOWN : MOUSE_BUTTON4DOWN; 4354 MOUSE_BUTTON4DOWN : MOUSE_BUTTON5DOWN; [all …]
|
| /freebsd/sys/dev/usb/input/ |
| H A D | atp.c | 2076 atp_add_to_queue(sc, 0, 0, 0, MOUSE_BUTTON4DOWN); in atp_reap_sibling_zombies()
|
| /freebsd/usr.sbin/moused/moused/ |
| H A D | moused.c | 190 MOUSE_BUTTON1DOWN, MOUSE_BUTTON2DOWN, MOUSE_BUTTON3DOWN, MOUSE_BUTTON4DOWN,
|