Home
last modified time | relevance | path

Searched refs:libinput_device_pointer_has_button (Results 1 – 6 of 6) sorted by relevance

/third_party/libinput/test/
Dtest-pointer.c393 if (libinput_device_pointer_has_button(dev->libinput_device, in START_TEST()
400 if (libinput_device_pointer_has_button(dev->libinput_device, in START_TEST()
508 libinput_device_pointer_has_button(device, code)); in START_TEST()
1134 if (libinput_device_pointer_has_button(d, BTN_MIDDLE)) { in START_TEST()
1180 if (!libinput_device_pointer_has_button(d, BTN_MIDDLE)) in START_TEST()
1295 if (!libinput_device_pointer_has_button(device->libinput_device, in START_TEST()
1934 if (libinput_device_pointer_has_button(device, BTN_MIDDLE)) in START_TEST()
2272 if (!libinput_device_pointer_has_button(device->libinput_device, in START_TEST()
2407 if (!libinput_device_pointer_has_button(device->libinput_device, in START_TEST()
2472 if (!libinput_device_pointer_has_button(device->libinput_device, in START_TEST()
[all …]
Dtest-device.c1389 ck_assert(!libinput_device_pointer_has_button(device, 0x118)); in START_TEST()
1390 ck_assert(!libinput_device_pointer_has_button(device, 0x119)); in START_TEST()
1391 ck_assert(!libinput_device_pointer_has_button(device, 0x11a)); in START_TEST()
1437 ck_assert(!libinput_device_pointer_has_button(dev->libinput_device, in START_TEST()
1489 ck_assert(libinput_device_pointer_has_button(device, in START_TEST()
1491 ck_assert(libinput_device_pointer_has_button(dev->libinput_device, in START_TEST()
/third_party/libinput/src/
Dlibinput.sym58 libinput_device_pointer_has_button;
Dlibinput.h4311 libinput_device_pointer_has_button(struct libinput_device *device, uint32_t code);
Dlibinput.c3340 libinput_device_pointer_has_button(struct libinput_device *device, uint32_t code) in libinput_device_pointer_has_button() function
4412 if (button && !libinput_device_pointer_has_button(device, button)) in libinput_device_config_scroll_set_button()
/third_party/libinput/export_include/
Dlibinput.h4311 libinput_device_pointer_has_button(struct libinput_device *device, uint32_t code);