Home
last modified time | relevance | path

Searched refs:touch_down (Results 1 – 7 of 7) sorted by relevance

/third_party/libinput/test/
Dlitest-device-qemu-usb-tablet.c31 touch_down(struct litest_device *d, unsigned int slot, double x, double y) in touch_down() function
64 .touch_down = touch_down,
Dlitest-device-xen-virtual-pointer.c31 touch_down(struct litest_device *d, unsigned int slot, double x, double y) in touch_down() function
64 .touch_down = touch_down,
Dlitest-device-vmware-virtual-usb-mouse.c31 touch_down(struct litest_device *d, unsigned int slot, double x, double y) in touch_down() function
64 .touch_down = touch_down,
Dlitest-device-alps-3fg.c46 touch_down(struct litest_device *d, unsigned int slot, double x, double y) in touch_down() function
131 .touch_down = touch_down,
Dlitest-int.h87 bool (*touch_down)(struct litest_device *d, unsigned int slot, double x, double y); member
Dlitest-device-protocol-a-touch-screen.c178 .touch_down = protocolA_down,
Dlitest.c2081 if (d->interface->touch_down && in slot_start()
2082 d->interface->touch_down(d, slot, x, y)) in slot_start()