Searched refs:touch_down (Results 1 - 7 of 7) sorted by relevance
/third_party/libinput/test/ |
H A 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,
|
H A 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,
|
H A 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,
|
H A 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,
|
H A D | litest-int.h | 87 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 D | litest-device-protocol-a-touch-screen.c | 178 .touch_down = protocolA_down,
|
H A D | litest.c | 2079 /* 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 8 milliseconds