Searched refs:MOUSE_BUTTON2DOWN (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/usr.sbin/moused/ |
| H A D | moused.c | 1810 MOUSE_BUTTON2DOWN, in r_protocol() 1811 MOUSE_BUTTON2DOWN | MOUSE_BUTTON4DOWN, in r_protocol() 1817 MOUSE_BUTTON2DOWN, in r_protocol() 1819 MOUSE_BUTTON2DOWN | MOUSE_BUTTON4DOWN, in r_protocol() 1826 MOUSE_BUTTON2DOWN, in r_protocol() 1839 MOUSE_BUTTON2DOWN, in r_protocol() 1848 MOUSE_BUTTON2DOWN, in r_protocol() 2045 ? MOUSE_BUTTON2DOWN in r_protocol() 2376 if (flags & MOUSE_BUTTON2DOWN) { in r_statetrans() 3246 act->button |= MOUSE_BUTTON2DOWN; in kidspad() [all …]
|
| /freebsd-14.2/sys/dev/vt/ |
| H A D | vt.h | 70 #define VT_MOUSE_EXTENDBUTTON MOUSE_BUTTON2DOWN /* not really used */ 72 #define VT_MOUSE_PASTEBUTTON MOUSE_BUTTON2DOWN /* middle button */
|
| H A D | vt_core.c | 2304 if (event & MOUSE_BUTTON2DOWN) in vt_mouse_terminput()
|
| /freebsd-14.2/sys/dev/syscons/ |
| H A D | scmouse.c | 51 #define SC_MOUSE_EXTENDBUTTON MOUSE_BUTTON2DOWN /* not really used */ 53 #define SC_MOUSE_PASTEBUTTON MOUSE_BUTTON2DOWN /* middle button */ 141 if (mouse->u.event.id & MOUSE_BUTTON2DOWN) in sc_mouse_input() 830 if (cur_scp->mouse_buttons & MOUSE_BUTTON2DOWN || in sc_mouse_ioctl()
|
| /freebsd-14.2/sys/sys/ |
| H A D | mouse.h | 63 #define MOUSE_BUTTON2DOWN 0x0002 /* middle */ macro
|
| /freebsd-14.2/sys/dev/usb/input/ |
| H A D | wsp.c | 1041 sc->sc_status.button |= MOUSE_BUTTON2DOWN; in wsp_intr_callback() 1102 wsp_add_to_queue(sc, 0, 0, 0, MOUSE_BUTTON2DOWN); in wsp_intr_callback() 1306 else if (buttons_in & MOUSE_BUTTON2DOWN) in wsp_add_to_queue()
|
| H A D | atp.c | 2067 atp_add_to_queue(sc, 0, 0, 0, MOUSE_BUTTON2DOWN); in atp_reap_sibling_zombies() 2128 else if (buttons_in & MOUSE_BUTTON2DOWN) in atp_add_to_queue()
|
| H A D | ums.c | 938 (buttons & (1 << 1) ? MOUSE_BUTTON2DOWN : 0) | in ums_evdev_push()
|
| /freebsd-14.2/sys/dev/atkbdc/ |
| H A D | psm.c | 3355 guest_buttons |= MOUSE_BUTTON2DOWN; 3445 touchpad_buttons |= MOUSE_BUTTON2DOWN; 3464 extended_buttons |= MOUSE_BUTTON2DOWN; 3876 center_button = MOUSE_BUTTON2DOWN; 3884 right_button = MOUSE_BUTTON2DOWN; 4069 MOUSE_BUTTON2DOWN; 4702 ((pb->ipacket[0] & 0x04) ? MOUSE_BUTTON2DOWN : 0); 4911 MOUSE_BUTTON2DOWN, 4912 MOUSE_BUTTON1DOWN | MOUSE_BUTTON2DOWN, 4913 MOUSE_BUTTON2DOWN | MOUSE_BUTTON3DOWN, [all …]
|