mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-04 09:20:29 +01:00
test: change touchpad 2fg no-motion test to move both fingers simultaneously
In the future we may allow motion with one finger on the touchpad. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
62936d8a41
commit
5bcfbfe9dc
1 changed files with 1 additions and 2 deletions
|
|
@ -99,8 +99,7 @@ START_TEST(touchpad_2fg_no_motion)
|
|||
|
||||
litest_touch_down(dev, 0, 20, 20);
|
||||
litest_touch_down(dev, 1, 70, 20);
|
||||
litest_touch_move_to(dev, 0, 20, 20, 80, 80, 20);
|
||||
litest_touch_move_to(dev, 1, 70, 20, 80, 50, 20);
|
||||
litest_touch_move_two_touches(dev, 20, 20, 70, 20, 20, 30, 20);
|
||||
litest_touch_up(dev, 1);
|
||||
litest_touch_up(dev, 0);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue