Searched refs:libinput_device_pointer_has_button (Results 1 – 6 of 6) sorted by relevance
| /third_party/libinput/test/ |
| D | test-device.c | 1389 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()
|
| D | test-pointer.c | 394 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/ |
| D | libinput.sym | 58 libinput_device_pointer_has_button;
|
| D | libinput.h | 4311 libinput_device_pointer_has_button(struct libinput_device *device, uint32_t code);
|
| D | libinput.c | 3341 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/ |
| D | libinput.h | 4311 libinput_device_pointer_has_button(struct libinput_device *device, uint32_t code);
|