Searched refs:MOUSE_BUTTON3DOWN (Results 1 – 9 of 9) sorted by relevance
/freebsd/usr.sbin/moused/ |
H A D | moused.c | 471 { { S0, S2, S1, S3, S0 }, 0, ~(MOUSE_BUTTON1DOWN | MOUSE_BUTTON3DOWN), FALSE }, 475 { { S8, S2, S1, S3, S6 }, 0, ~MOUSE_BUTTON3DOWN, FALSE }, 483 { { S0, S6, S1, S7, S6 }, MOUSE_BUTTON3DOWN, ~0, FALSE }, 485 { { S0, S6, S5, S7, S7 }, MOUSE_BUTTON1DOWN | MOUSE_BUTTON3DOWN, ~0, FALSE }, 487 { { S0, S2, S1, S3, S0 }, MOUSE_BUTTON3DOWN, ~0, TRUE }, 489 { { S0, S9, S9, S3, S9 }, 0, ~(MOUSE_BUTTON1DOWN | MOUSE_BUTTON3DOWN), FALSE }, 1125 action0.button & MOUSE_BUTTON3DOWN)); in moused() 1143 action0.button & MOUSE_BUTTON3DOWN)); in moused() 1800 MOUSE_BUTTON3DOWN, in r_protocol() 1802 MOUSE_BUTTON1DOWN | MOUSE_BUTTON3DOWN, in r_protocol() [all...] |
/freebsd/sys/dev/vt/ |
H A D | vt.h | 69 #define VT_MOUSE_PASTEBUTTON MOUSE_BUTTON3DOWN /* right button */ 73 #define VT_MOUSE_EXTENDBUTTON MOUSE_BUTTON3DOWN /* right button */
|
H A D | vt_core.c | 2309 if (event & MOUSE_BUTTON3DOWN) in vt_mouse_terminput()
|
/freebsd/sys/dev/syscons/ |
H A D | 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/sys/sys/ |
H A D | mouse.h | 64 #define MOUSE_BUTTON3DOWN 0x0004 /* right */ macro
|
/freebsd/sys/dev/atkbdc/ |
H A D | psm.c | 3366 guest_buttons |= MOUSE_BUTTON3DOWN; 3443 touchpad_buttons |= MOUSE_BUTTON3DOWN; 3471 extended_buttons |= MOUSE_BUTTON3DOWN; 3887 right_button = MOUSE_BUTTON3DOWN; 3891 center_button = MOUSE_BUTTON3DOWN; 4082 MOUSE_BUTTON3DOWN; 4710 ((pb->ipacket[0] & 0x02) ? MOUSE_BUTTON3DOWN : 0) | 4744 ((pb->ipacket[0] & 0x02) ? MOUSE_BUTTON3DOWN : 0); 4822 MOUSE_BUTTON3DOWN, 4824 MOUSE_BUTTON3DOWN, [all …]
|
/freebsd/sys/dev/usb/input/ |
H A D | wsp.c | 1091 sc->sc_status.button |= MOUSE_BUTTON3DOWN; in wsp_intr_callback() 1154 wsp_add_to_queue(sc, 0, 0, 0, MOUSE_BUTTON3DOWN); in wsp_intr_callback() 1395 else if (buttons_in & MOUSE_BUTTON3DOWN) in wsp_add_to_queue()
|
H A D | 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()
|
H A D | ums.c | 938 (buttons & (1 << 0) ? MOUSE_BUTTON3DOWN : 0)); in ums_evdev_push()
|