Searched refs:touch_down (Results 1 – 7 of 7) sorted by relevance
/third_party/libinput/test/ |
D | litest-device-qemu-usb-tablet.c | 31 touch_down(struct litest_device *d, unsigned int slot, double x, double y) in touch_down() function 64 .touch_down = touch_down,
|
D | litest-device-xen-virtual-pointer.c | 31 touch_down(struct litest_device *d, unsigned int slot, double x, double y) in touch_down() function 64 .touch_down = touch_down,
|
D | litest-device-vmware-virtual-usb-mouse.c | 31 touch_down(struct litest_device *d, unsigned int slot, double x, double y) in touch_down() function 64 .touch_down = touch_down,
|
D | litest-device-alps-3fg.c | 46 touch_down(struct litest_device *d, unsigned int slot, double x, double y) in touch_down() function 131 .touch_down = touch_down,
|
D | litest-int.h | 87 bool (*touch_down)(struct litest_device *d, unsigned int slot, double x, double y); member
|
D | litest-device-protocol-a-touch-screen.c | 178 .touch_down = protocolA_down,
|
D | litest.c | 2081 if (d->interface->touch_down && in slot_start() 2082 d->interface->touch_down(d, slot, x, y)) in slot_start()
|