mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-27 11:30:06 +01:00
test: remove two spurious SYN_REPORTs
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
c3c3c4b2ae
commit
def787fe81
1 changed files with 1 additions and 2 deletions
|
|
@ -500,12 +500,11 @@ START_TEST(touchpad_3fg_clickfinger_distance)
|
|||
litest_touch_down(dev, 0, 90, 90);
|
||||
litest_touch_down(dev, 1, 10, 15);
|
||||
litest_touch_down(dev, 2, 10, 15);
|
||||
litest_event(dev, EV_SYN, SYN_REPORT, 0);
|
||||
|
||||
litest_event(dev, EV_KEY, BTN_LEFT, 1);
|
||||
litest_event(dev, EV_SYN, SYN_REPORT, 0);
|
||||
litest_event(dev, EV_KEY, BTN_LEFT, 0);
|
||||
litest_event(dev, EV_SYN, SYN_REPORT, 0);
|
||||
litest_event(dev, EV_SYN, SYN_REPORT, 0);
|
||||
litest_touch_up(dev, 0);
|
||||
litest_touch_up(dev, 1);
|
||||
litest_touch_up(dev, 2);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue