Searched refs:MOUSE_BUTTON3DOWN (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14-stable/usr.sbin/moused/ |
| HD | moused.c | 472 { { S0, S2, S1, S3, S0 }, 0, ~(MOUSE_BUTTON1DOWN | MOUSE_BUTTON3DOWN), FALSE }, 476 { { S8, S2, S1, S3, S6 }, 0, ~MOUSE_BUTTON3DOWN, FALSE }, 484 { { S0, S6, S1, S7, S6 }, MOUSE_BUTTON3DOWN, ~0, FALSE }, 486 { { S0, S6, S5, S7, S7 }, MOUSE_BUTTON1DOWN | MOUSE_BUTTON3DOWN, ~0, FALSE }, 488 { { S0, S2, S1, S3, S0 }, MOUSE_BUTTON3DOWN, ~0, TRUE }, 490 { { S0, S9, S9, S3, S9 }, 0, ~(MOUSE_BUTTON1DOWN | MOUSE_BUTTON3DOWN), FALSE }, 1126 action0.button & MOUSE_BUTTON3DOWN)); in moused() 1144 action0.button & MOUSE_BUTTON3DOWN)); in moused() 1802 MOUSE_BUTTON3DOWN, in r_protocol() 1804 MOUSE_BUTTON1DOWN | MOUSE_BUTTON3DOWN, in r_protocol() [all …]
|
| /freebsd-14-stable/sys/dev/vt/ |
| HD | vt.h | 69 #define VT_MOUSE_PASTEBUTTON MOUSE_BUTTON3DOWN /* right button */ 73 #define VT_MOUSE_EXTENDBUTTON MOUSE_BUTTON3DOWN /* right button */
|
| HD | vt_core.c | 2314 if (event & MOUSE_BUTTON3DOWN) in vt_mouse_terminput()
|
| /freebsd-14-stable/sys/dev/syscons/ |
| HD | scmouse.c | 50 #define SC_MOUSE_PASTEBUTTON MOUSE_BUTTON3DOWN /* right button */ 54 #define SC_MOUSE_EXTENDBUTTON MOUSE_BUTTON3DOWN /* right button */ 143 if (mouse->u.event.id & MOUSE_BUTTON3DOWN) in sc_mouse_input() 831 cur_scp->mouse_buttons & MOUSE_BUTTON3DOWN) in sc_mouse_ioctl()
|
| /freebsd-14-stable/sys/sys/ |
| HD | mouse.h | 64 #define MOUSE_BUTTON3DOWN 0x0004 /* right */ macro
|
| /freebsd-14-stable/sys/dev/atkbdc/ |
| HD | psm.c | 3357 guest_buttons |= MOUSE_BUTTON3DOWN; 3434 touchpad_buttons |= MOUSE_BUTTON3DOWN; 3462 extended_buttons |= MOUSE_BUTTON3DOWN; 3878 right_button = MOUSE_BUTTON3DOWN; 3882 center_button = MOUSE_BUTTON3DOWN; 4073 MOUSE_BUTTON3DOWN; 4701 ((pb->ipacket[0] & 0x02) ? MOUSE_BUTTON3DOWN : 0) | 4735 ((pb->ipacket[0] & 0x02) ? MOUSE_BUTTON3DOWN : 0); 4813 MOUSE_BUTTON3DOWN, 4815 MOUSE_BUTTON3DOWN, [all …]
|
| /freebsd-14-stable/sys/dev/usb/input/ |
| HD | wsp.c | 1038 sc->sc_status.button |= MOUSE_BUTTON3DOWN; in wsp_intr_callback() 1096 wsp_add_to_queue(sc, 0, 0, 0, MOUSE_BUTTON3DOWN); in wsp_intr_callback() 1307 else if (buttons_in & MOUSE_BUTTON3DOWN) in wsp_add_to_queue()
|
| HD | atp.c | 2063 atp_add_to_queue(sc, 0, 0, 0, MOUSE_BUTTON3DOWN); in atp_reap_sibling_zombies() 2129 else if (buttons_in & MOUSE_BUTTON3DOWN) in atp_add_to_queue()
|
| HD | ums.c | 938 (buttons & (1 << 0) ? MOUSE_BUTTON3DOWN : 0)); in ums_evdev_push()
|