Home
last modified time | relevance | path

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

/third_party/libinput/test/
H A 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,
H A 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,
H A 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,
H A 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,
H A Dlitest-int.h87 bool (*touch_down)(struct litest_device *d, unsigned int slot, double x, double y); member
103 * These events are only used if touch_down is NULL.
H A Dlitest-device-protocol-a-touch-screen.c178 .touch_down = protocolA_down,
H A Dlitest.c2079 /* If the test device overrides touch_down and says it didn't in slot_start()
2081 if (d->interface->touch_down && in slot_start()
2082 d->interface->touch_down(d, slot, x, y)) in slot_start()

Completed in 9 milliseconds