Home
last modified time | relevance | path

Searched refs:MOUSE_BUTTON1DOWN (Results 1 – 8 of 8) sorted by relevance

/freebsd/usr.sbin/moused/
H A Dmoused.c471 { { S0, S2, S1, S3, S0 }, 0, ~(MOUSE_BUTTON1DOWN | MOUSE_BUTTON3DOWN), FALSE },
473 { { S4, S2, S1, S3, S5 }, 0, ~MOUSE_BUTTON1DOWN, FALSE },
479 { { S0, S2, S1, S3, S0 }, MOUSE_BUTTON1DOWN, ~0, TRUE },
481 { { S0, S2, S5, S7, S5 }, MOUSE_BUTTON1DOWN, ~0, FALSE },
485 { { S0, S6, S5, S7, S7 }, MOUSE_BUTTON1DOWN | MOUSE_BUTTON3DOWN, ~0, FALSE },
489 { { S0, S9, S9, S3, S9 }, 0, ~(MOUSE_BUTTON1DOWN | MOUSE_BUTTON3DOWN), FALSE },
1124 A(newaction.button & MOUSE_BUTTON1DOWN, in moused()
1142 A(action0.button & MOUSE_BUTTON1DOWN, in moused()
1801 MOUSE_BUTTON1DOWN, in r_protocol()
1802 MOUSE_BUTTON1DOWN | MOUSE_BUTTON3DOW in r_protocol()
[all...]
/freebsd/sys/dev/syscons/
H A Dscmouse.c139 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 Dmouse.h62 #define MOUSE_BUTTON1DOWN 0x0001 /* left */ macro
/freebsd/sys/dev/atkbdc/
H A Dpsm.c2399 mapped |= MOUSE_BUTTON1DOWN;
3362 guest_buttons |= MOUSE_BUTTON1DOWN;
3441 touchpad_buttons |= MOUSE_BUTTON1DOWN;
3469 extended_buttons |= MOUSE_BUTTON1DOWN;
3579 touchpad_buttons |= MOUSE_BUTTON1DOWN;
3582 touchpad_buttons |= MOUSE_BUTTON1DOWN;
3880 if (sc->synhw.capClickPad && ms->button & MOUSE_BUTTON1DOWN) {
3899 ~MOUSE_BUTTON1DOWN) | right_button;
3902 ~MOUSE_BUTTON1DOWN) | center_button;
4086 MOUSE_BUTTON1DOWN;
[all …]
/freebsd/sys/dev/usb/input/
H A Dwsp.c1086 sc->sc_status.button |= MOUSE_BUTTON1DOWN; in wsp_intr_callback()
1093 sc->sc_status.button |= MOUSE_BUTTON1DOWN; in wsp_intr_callback()
1102 sc->sc_status.button |= MOUSE_BUTTON1DOWN; in wsp_intr_callback()
1145 wsp_add_to_queue(sc, 0, 0, 0, MOUSE_BUTTON1DOWN); in wsp_intr_callback()
1391 if (buttons_in & MOUSE_BUTTON1DOWN) in wsp_add_to_queue()
H A Datp.c1029 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 Dums.c936 (buttons & (1 << 2) ? MOUSE_BUTTON1DOWN : 0) | in ums_evdev_push()
/freebsd/sys/dev/vt/
H A Dvt_core.c2305 if (event & MOUSE_BUTTON1DOWN) in vt_mouse_terminput()
2396 if (vd->vd_mstate & (MOUSE_BUTTON1DOWN | VT_MOUSE_EXTENDBUTTON)) in vt_mouse_event()
2411 case MOUSE_BUTTON1DOWN: in vt_mouse_event()
2443 if (!(vd->vd_mstate & MOUSE_BUTTON1DOWN)) in vt_mouse_event()