Searched refs:MOUSE_BUTTON1DOWN (Results 1 – 9 of 9) sorted by relevance
| /freebsd/usr.sbin/moused/msconvd/ |
| H A D | msconvd.c | 1298 MOUSE_BUTTON1DOWN, in r_protocol() 1299 MOUSE_BUTTON1DOWN | MOUSE_BUTTON3DOWN, in r_protocol() 1323 MOUSE_BUTTON1DOWN, in r_protocol() 1324 MOUSE_BUTTON1DOWN | MOUSE_BUTTON3DOWN, in r_protocol() 1325 MOUSE_BUTTON1DOWN | MOUSE_BUTTON2DOWN, in r_protocol() 1326 MOUSE_BUTTON1DOWN | MOUSE_BUTTON2DOWN | MOUSE_BUTTON3DOWN in r_protocol() 1331 MOUSE_BUTTON1DOWN, in r_protocol() 1333 MOUSE_BUTTON1DOWN | MOUSE_BUTTON3DOWN, in r_protocol() 1335 MOUSE_BUTTON1DOWN | MOUSE_BUTTON2DOWN, in r_protocol() 1337 MOUSE_BUTTON1DOWN | MOUSE_BUTTON2DOWN | MOUSE_BUTTON3DOWN in r_protocol() [all …]
|
| /freebsd/usr.sbin/moused/moused/ |
| H A D | moused.c | 190 MOUSE_BUTTON1DOWN, MOUSE_BUTTON2DOWN, MOUSE_BUTTON3DOWN, MOUSE_BUTTON4DOWN, 335 { { S0, S2, S1, S3, S0 }, 0, ~(MOUSE_BUTTON1DOWN | MOUSE_BUTTON3DOWN), false }, 337 { { S4, S2, S1, S3, S5 }, 0, ~MOUSE_BUTTON1DOWN, false }, 343 { { S0, S2, S1, S3, S0 }, MOUSE_BUTTON1DOWN, ~0, true }, 345 { { S0, S2, S5, S7, S5 }, MOUSE_BUTTON1DOWN, ~0, false }, 349 { { S0, S6, S5, S7, S7 }, MOUSE_BUTTON1DOWN | MOUSE_BUTTON3DOWN, ~0, false }, 353 { { S0, S9, S9, S3, S9 }, 0, ~(MOUSE_BUTTON1DOWN | MOUSE_BUTTON3DOWN), false }, 1094 A(action0.button & MOUSE_BUTTON1DOWN, in moused() 2080 MOUSE_BUTTON1DOWN, in r_protocol_evdev() 2082 MOUSE_BUTTON1DOWN | MOUSE_BUTTON3DOWN, in r_protocol_evdev() [all …]
|
| /freebsd/sys/dev/syscons/ |
| H A D | scmouse.c | 139 if (mouse->u.event.id & MOUSE_BUTTON1DOWN) in sc_mouse_input() 826 if (cur_scp->mouse_buttons & MOUSE_BUTTON1DOWN) in sc_mouse_ioctl() 885 case MOUSE_BUTTON1DOWN: in sc_mouse_ioctl() 915 if (!(cur_scp->mouse_buttons & MOUSE_BUTTON1DOWN)) in sc_mouse_ioctl()
|
| /freebsd/sys/sys/ |
| H A D | mouse.h | 62 #define MOUSE_BUTTON1DOWN 0x0001 /* left */ macro
|
| /freebsd/sys/dev/atkbdc/ |
| H A D | psm.c | 2410 mapped |= MOUSE_BUTTON1DOWN; 3373 guest_buttons |= MOUSE_BUTTON1DOWN; 3452 touchpad_buttons |= MOUSE_BUTTON1DOWN; 3480 extended_buttons |= MOUSE_BUTTON1DOWN; 3590 touchpad_buttons |= MOUSE_BUTTON1DOWN; 3593 touchpad_buttons |= MOUSE_BUTTON1DOWN; 3891 if (sc->synhw.capClickPad && ms->button & MOUSE_BUTTON1DOWN) { 3910 ~MOUSE_BUTTON1DOWN) | right_button; 3913 ~MOUSE_BUTTON1DOWN) | center_button; 4097 MOUSE_BUTTON1DOWN; [all …]
|
| /freebsd/sys/dev/usb/input/ |
| H A D | wsp.c | 1092 sc->sc_status.button |= MOUSE_BUTTON1DOWN; in wsp_intr_callback() 1099 sc->sc_status.button |= MOUSE_BUTTON1DOWN; in wsp_intr_callback() 1108 sc->sc_status.button |= MOUSE_BUTTON1DOWN; in wsp_intr_callback() 1151 wsp_add_to_queue(sc, 0, 0, 0, MOUSE_BUTTON1DOWN); in wsp_intr_callback() 1402 if (buttons_in & MOUSE_BUTTON1DOWN) in wsp_add_to_queue()
|
| H A D | atp.c | 1029 sc->sc_ibtn = (status_bits & FG_STATUS_BUTTON) ? MOUSE_BUTTON1DOWN : 0; in fg_interpret_sensor_data() 1337 sc->sc_status.button = sc->sc_ibtn ? MOUSE_BUTTON1DOWN : 0; in wsp_interpret_sensor_data() 2059 atp_add_to_queue(sc, 0, 0, 0, MOUSE_BUTTON1DOWN); in atp_reap_sibling_zombies() 2125 if (buttons_in & MOUSE_BUTTON1DOWN) in atp_add_to_queue() 2348 sc->sc_status.button = MOUSE_BUTTON1DOWN; in atp_intr() 2355 ((sc->sc_status.button & MOUSE_BUTTON1DOWN) ? in atp_intr()
|
| H A D | ums.c | 936 (buttons & (1 << 2) ? MOUSE_BUTTON1DOWN : 0) | in ums_evdev_push()
|
| /freebsd/sys/dev/vt/ |
| H A D | vt_core.c | 2343 if (event & MOUSE_BUTTON1DOWN) in vt_mouse_terminput() 2434 if (vd->vd_mstate & (MOUSE_BUTTON1DOWN | VT_MOUSE_EXTENDBUTTON)) in vt_mouse_event() 2449 case MOUSE_BUTTON1DOWN: in vt_mouse_event() 2479 if (!(vd->vd_mstate & MOUSE_BUTTON1DOWN)) in vt_mouse_event()
|