Symbol: BTN_LEFT
sys/dev/atkbdc/psm.c
1864
evdev_support_key(evdev_a, BTN_LEFT);
sys/dev/atkbdc/psm.c
1934
evdev_support_key(evdev_a, BTN_LEFT);
sys/dev/cyapa/cyapa.c
1418
evdev_push_key(sc->evdev, BTN_LEFT,
sys/dev/cyapa/cyapa.c
584
evdev_support_key(sc->evdev, BTN_LEFT);
sys/dev/evdev/evdev_utils.c
196
BTN_LEFT,
sys/dev/hid/bcm5974.c
763
evdev_support_key(sc->sc_evdev, BTN_LEFT);
sys/dev/hid/bcm5974.c
901
evdev_push_key(sc->sc_evdev, BTN_LEFT, ibt);
sys/dev/hid/hmt.c
421
evdev_support_key(sc->evdev, BTN_LEFT);
sys/dev/hid/hmt.c
641
evdev_push_key(sc->evdev, BTN_LEFT,
sys/dev/hid/ietp.c
314
evdev_support_key(sc->evdev, BTN_LEFT);
sys/dev/hid/ietp.c
385
evdev_push_key(sc->evdev, BTN_LEFT,
sys/dev/hid/ps4dshock.c
1001
evdev_support_key(evdev, BTN_LEFT);
sys/dev/hid/ps4dshock.c
1015
evdev_push_key(evdev, BTN_LEFT,
sys/dev/usb/input/wmt.c
435
evdev_support_key(sc->evdev, BTN_LEFT);
sys/dev/usb/input/wmt.c
617
evdev_push_key(sc->evdev, BTN_LEFT,
sys/dev/usb/input/wsp.c
1067
evdev_push_key(sc->sc_evdev, BTN_LEFT, ibt);
sys/dev/usb/input/wsp.c
909
evdev_support_key(sc->sc_evdev, BTN_LEFT);
usr.sbin/bluetooth/bthidd/btuinput.c
56
BTN_LEFT,
usr.sbin/moused/moused/event-names.h
603
[BTN_LEFT] = "BTN_LEFT",
usr.sbin/moused/moused/event-names.h
973
{ .name = "BTN_LEFT", .value = BTN_LEFT },
usr.sbin/moused/moused/moused.c
1331
has_lmr = bit_find(key_bits, BTN_LEFT, BTN_MIDDLE);
usr.sbin/moused/moused/moused.c
2200
case BTN_LEFT ... BTN_LEFT + 7:
usr.sbin/moused/moused/moused.c
2201
ev->buttons &= ~(1 << (ie->code - BTN_LEFT));
usr.sbin/moused/moused/moused.c
2202
ev->buttons |= ((!!ie->value) << (ie->code - BTN_LEFT));
usr.sbin/moused/msconvd/msconvd.c
345
BTN_LEFT,