Searched refs:LIBINPUT_DEVICE_CAP_POINTER (Results 1 - 11 of 11) sorted by relevance
/third_party/libinput/src/ |
H A D | libinput.c | 2378 case LIBINPUT_DEVICE_CAP_POINTER: in device_has_cap() 2445 if (!device_has_cap(device, LIBINPUT_DEVICE_CAP_POINTER)) in pointer_notify_motion() 2468 if (!device_has_cap(device, LIBINPUT_DEVICE_CAP_POINTER)) in pointer_notify_motion_absolute() 2492 if (!device_has_cap(device, LIBINPUT_DEVICE_CAP_POINTER)) in pointer_notify_button() 2523 if (!device_has_cap(device, LIBINPUT_DEVICE_CAP_POINTER)) in pointer_notify_axis_finger() 2557 if (!device_has_cap(device, LIBINPUT_DEVICE_CAP_POINTER)) in pointer_notify_axis_continuous() 2591 if (!device_has_cap(device, LIBINPUT_DEVICE_CAP_POINTER)) in pointer_notify_axis_legacy_wheel() 2619 if (!device_has_cap(device, LIBINPUT_DEVICE_CAP_POINTER)) in pointer_notify_axis_wheel()
|
H A D | libinput.h | 193 LIBINPUT_DEVICE_CAP_POINTER = 1, enumerator 237 * Axes on a device with the capability @ref LIBINPUT_DEVICE_CAP_POINTER 2103 * the @ref LIBINPUT_DEVICE_CAP_POINTER interface (for external touchpad-like 4301 * Check if a @ref LIBINPUT_DEVICE_CAP_POINTER device has a button with the
|
H A D | evdev-tablet.c | 2267 LIBINPUT_DEVICE_CAP_POINTER) && in tablet_device_added()
|
H A D | evdev.c | 2691 case LIBINPUT_DEVICE_CAP_POINTER: in evdev_device_has_capability()
|
/third_party/libinput/tools/ |
H A D | libinput-list-devices.c | 323 LIBINPUT_DEVICE_CAP_POINTER)) in print_device_notify()
|
H A D | libinput-debug-events.c | 282 LIBINPUT_DEVICE_CAP_POINTER)) in print_device_notify()
|
H A D | libinput-record.c | 1846 {LIBINPUT_DEVICE_CAP_POINTER, "pointer"}, in print_libinput_description()
|
/third_party/libinput/export_include/ |
H A D | libinput.h | 193 LIBINPUT_DEVICE_CAP_POINTER = 1, enumerator 237 * Axes on a device with the capability @ref LIBINPUT_DEVICE_CAP_POINTER 2103 * the @ref LIBINPUT_DEVICE_CAP_POINTER interface (for external touchpad-like 4301 * Check if a @ref LIBINPUT_DEVICE_CAP_POINTER device has a button with the
|
/third_party/libinput/test/ |
H A D | test-device.c | 1136 LIBINPUT_DEVICE_CAP_POINTER)); in START_TEST() 1564 LIBINPUT_DEVICE_CAP_POINTER, in START_TEST()
|
H A D | test-touch.c | 655 LIBINPUT_DEVICE_CAP_POINTER)); in START_TEST()
|
H A D | test-pointer.c | 505 LIBINPUT_DEVICE_CAP_POINTER)); in START_TEST()
|
Completed in 35 milliseconds