Searched refs:BTN_TOUCH (Results 1 - 25 of 74) sorted by relevance
123
/third_party/libinput/test/ |
H A D | litest-device-generic-singletouch.c | 32 { .type = EV_KEY, .code = BTN_TOUCH, .value = 1 }, 40 { .type = EV_KEY, .code = BTN_TOUCH, .value = 1 }, 63 EV_KEY, BTN_TOUCH,
|
H A D | litest-device-wacom-isdv4-e6-finger.c | 36 { .type = EV_KEY, .code = BTN_TOUCH, .value = 1 }, 47 { .type = EV_KEY, .code = BTN_TOUCH, .value = 1 }, 74 EV_KEY, BTN_TOUCH,
|
H A D | litest-device-protocol-a-touch-screen.c | 90 litest_event(d, EV_KEY, BTN_TOUCH, 1); in protocolA_down() 171 litest_event(d, EV_KEY, BTN_TOUCH, 0); in protocolA_up() 199 EV_KEY, BTN_TOUCH,
|
H A D | litest-device-absinfo-override.c | 40 EV_KEY, BTN_TOUCH,
|
H A D | litest-device-logitech-media-keyboard-elite.c | 69 EV_KEY, BTN_TOUCH,
|
H A D | litest-device-calibrated-touchscreen.c | 68 EV_KEY, BTN_TOUCH,
|
H A D | litest-device-dell-canvas-totem-touch.c | 73 EV_KEY, BTN_TOUCH,
|
H A D | litest-device-uclogic-tablet.c | 82 EV_KEY, BTN_TOUCH,
|
H A D | litest-device-touch-screen.c | 80 EV_KEY, BTN_TOUCH,
|
H A D | litest-device-touchscreen-mt-tool.c | 74 EV_KEY, BTN_TOUCH,
|
H A D | litest-device-touchscreen-invalid-range.c | 71 EV_KEY, BTN_TOUCH,
|
H A D | litest-device-touchscreen-fuzz.c | 71 EV_KEY, BTN_TOUCH,
|
H A D | litest-device-wacom-isdv4-4200-pen.c | 93 EV_KEY, BTN_TOUCH,
|
H A D | litest-device-wacom-isdv4-e6-pen.c | 87 EV_KEY, BTN_TOUCH,
|
H A D | litest-device-acer-hawaii-touchpad.c | 65 EV_KEY, BTN_TOUCH,
|
H A D | litest-device-huion-pentablet.c | 84 EV_KEY, BTN_TOUCH,
|
H A D | litest-device-synaptics-phantomclicks.c | 64 EV_KEY, BTN_TOUCH,
|
H A D | litest-device-synaptics-st.c | 87 EV_KEY, BTN_TOUCH,
|
H A D | litest-device-synaptics-i2c.c | 64 EV_KEY, BTN_TOUCH,
|
H A D | litest-device-wacom-hid4800-pen.c | 93 EV_KEY, BTN_TOUCH,
|
H A D | litest-device-wacom-cintiq-pro-16-finger.c | 78 EV_KEY, BTN_TOUCH,
|
H A D | litest-device-apple-appletouch.c | 73 EV_KEY, BTN_TOUCH,
|
H A D | litest-device-nexus4-touch-screen.c | 74 EV_KEY, BTN_TOUCH,
|
H A D | litest-device-wacom-cintiq-13hdt-finger.c | 79 EV_KEY, BTN_TOUCH,
|
/third_party/libinput/tools/ |
H A D | libinput-measure-touchpad-tap.py | 99 if not self.has(libevdev.EV_KEY.BTN_TOUCH): 100 raise InvalidDeviceError("device does not have BTN_TOUCH") 149 if event.matches(libevdev.EV_KEY.BTN_TOUCH):
|
Completed in 7 milliseconds
123