Searched refs:MOUSE_BUTTON2DOWN (Results 1 – 9 of 9) sorted by relevance
/freebsd/usr.sbin/moused/ |
H A D | moused.c | 477 { { S0, S9, S9, S3, S3 }, MOUSE_BUTTON2DOWN, ~0, FALSE }, 1098 if (action0.button == MOUSE_BUTTON2DOWN) { in moused() 1128 newaction.button = MOUSE_BUTTON2DOWN; in moused() 1808 MOUSE_BUTTON2DOWN, in r_protocol() 1809 MOUSE_BUTTON2DOWN | MOUSE_BUTTON4DOWN, in r_protocol() 1815 MOUSE_BUTTON2DOWN, in r_protocol() 1817 MOUSE_BUTTON2DOWN | MOUSE_BUTTON4DOWN, in r_protocol() 1824 MOUSE_BUTTON2DOWN, in r_protocol() 1825 MOUSE_BUTTON2DOWN | MOUSE_BUTTON3DOWN, in r_protocol() 1828 MOUSE_BUTTON1DOWN | MOUSE_BUTTON2DOWN, in r_protocol() [all...] |
/freebsd/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 | 2307 if (event & MOUSE_BUTTON2DOWN) in vt_mouse_terminput()
|
/freebsd/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/sys/sys/ |
H A D | mouse.h | 63 #define MOUSE_BUTTON2DOWN 0x0002 /* middle */ macro
|
/freebsd/sys/dev/usb/input/ |
H A D | wsp.c | 1096 sc->sc_status.button |= MOUSE_BUTTON2DOWN; in wsp_intr_callback() 1159 wsp_add_to_queue(sc, 0, 0, 0, MOUSE_BUTTON2DOWN); in wsp_intr_callback() 1393 else if (buttons_in & MOUSE_BUTTON2DOWN) in wsp_add_to_queue()
|
H A D | atp.c | 2066 atp_add_to_queue(sc, 0, 0, 0, MOUSE_BUTTON2DOWN); in atp_reap_sibling_zombies() 2127 else if (buttons_in & MOUSE_BUTTON2DOWN) in atp_add_to_queue()
|
H A D | ums.c | 937 (buttons & (1 << 1) ? MOUSE_BUTTON2DOWN : 0) | in ums_evdev_push()
|
/freebsd/sys/dev/atkbdc/ |
H A D | psm.c | 3364 guest_buttons |= MOUSE_BUTTON2DOWN; 3454 touchpad_buttons |= MOUSE_BUTTON2DOWN; 3473 extended_buttons |= MOUSE_BUTTON2DOWN; 3885 center_button = MOUSE_BUTTON2DOWN; 3893 right_button = MOUSE_BUTTON2DOWN; 4078 MOUSE_BUTTON2DOWN; 4711 ((pb->ipacket[0] & 0x04) ? MOUSE_BUTTON2DOWN : 0); 4920 MOUSE_BUTTON2DOWN, 4921 MOUSE_BUTTON1DOWN | MOUSE_BUTTON2DOWN, 4922 MOUSE_BUTTON2DOWN | MOUSE_BUTTON3DOWN, [all …]
|