Searched refs:LIBINPUT_DEVICE_CAP_TOUCH (Results 1 - 10 of 10) sorted by relevance
/third_party/libinput/tools/ |
H A D | libinput-list-devices.c | 326 LIBINPUT_DEVICE_CAP_TOUCH)) in print_device_notify()
|
H A D | libinput-debug-events.c | 285 LIBINPUT_DEVICE_CAP_TOUCH)) in print_device_notify() 304 LIBINPUT_DEVICE_CAP_TOUCH)) in print_device_notify()
|
H A D | libinput-record.c | 1847 {LIBINPUT_DEVICE_CAP_TOUCH, "touch"}, in print_libinput_description()
|
/third_party/libinput/src/ |
H A D | libinput.c | 2384 case LIBINPUT_DEVICE_CAP_TOUCH: in device_has_cap() 2650 if (!device_has_cap(device, LIBINPUT_DEVICE_CAP_TOUCH)) in touch_notify_touch_down() 2676 if (!device_has_cap(device, LIBINPUT_DEVICE_CAP_TOUCH)) in touch_notify_touch_motion() 2701 if (!device_has_cap(device, LIBINPUT_DEVICE_CAP_TOUCH)) in touch_notify_touch_up() 2725 if (!device_has_cap(device, LIBINPUT_DEVICE_CAP_TOUCH)) in touch_notify_touch_cancel() 2747 if (!device_has_cap(device, LIBINPUT_DEVICE_CAP_TOUCH)) in touch_notify_frame()
|
H A D | libinput.h | 194 LIBINPUT_DEVICE_CAP_TOUCH = 2, enumerator 2105 * LIBINPUT_DEVICE_CAP_TOUCH interface (for built-in touchscreen-like 4332 * Check how many touches a @ref LIBINPUT_DEVICE_CAP_TOUCH device supports
|
H A D | evdev-tablet.c | 2265 LIBINPUT_DEVICE_CAP_TOUCH); in tablet_device_added()
|
H A D | evdev.c | 2695 case LIBINPUT_DEVICE_CAP_TOUCH: in evdev_device_has_capability()
|
/third_party/libinput/test/ |
H A D | test-touch.c | 650 LIBINPUT_DEVICE_CAP_TOUCH)); in START_TEST() 694 LIBINPUT_DEVICE_CAP_TOUCH)); in START_TEST()
|
H A D | test-device.c | 1565 LIBINPUT_DEVICE_CAP_TOUCH, in START_TEST()
|
/third_party/libinput/export_include/ |
H A D | libinput.h | 194 LIBINPUT_DEVICE_CAP_TOUCH = 2, enumerator 2105 * LIBINPUT_DEVICE_CAP_TOUCH interface (for built-in touchscreen-like 4332 * Check how many touches a @ref LIBINPUT_DEVICE_CAP_TOUCH device supports
|
Completed in 33 milliseconds