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-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()
1493 ck_assert(libinput_device_pointer_has_button(device, in START_TEST()
1495 ck_assert(libinput_device_pointer_has_button(dev->libinput_device, in START_TEST()
1497 ck_assert(!libinput_device_pointer_has_button(device, in START_TEST()
Dtest-pointer.c394 if (libinput_device_pointer_has_button(dev->libinput_device, in START_TEST()
401 if (libinput_device_pointer_has_button(dev->libinput_device, in START_TEST()
509 libinput_device_pointer_has_button(device, code)); in START_TEST()
1268 if (libinput_device_pointer_has_button(d, BTN_MIDDLE)) { in START_TEST()
1314 if (!libinput_device_pointer_has_button(d, BTN_MIDDLE)) in START_TEST()
1461 if (!libinput_device_pointer_has_button(device->libinput_device, in START_TEST()
2100 if (libinput_device_pointer_has_button(device, BTN_MIDDLE) && in START_TEST()
2544 if (!libinput_device_pointer_has_button(device->libinput_device, in START_TEST()
2679 if (!libinput_device_pointer_has_button(device->libinput_device, in START_TEST()
2744 if (!libinput_device_pointer_has_button(device->libinput_device, in START_TEST()
[all …]
/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.c3341 libinput_device_pointer_has_button(struct libinput_device *device, uint32_t code) in libinput_device_pointer_has_button() function
4541 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);