mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-07 06:08:08 +02:00
test: fix button area scroll test to not be a pinch
Second finger's x coordinate was wrong. That we didn't pick this up as pinch is quite telling too. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
160d3f2b66
commit
996270d1a1
1 changed files with 1 additions and 1 deletions
|
|
@ -552,7 +552,7 @@ START_TEST(touchpad_2fg_scroll_from_btnareas)
|
||||||
|
|
||||||
for (int i = 0; i < 20; i++) {
|
for (int i = 0; i < 20; i++) {
|
||||||
litest_touch_move(dev, 0, 30, 90 - i);
|
litest_touch_move(dev, 0, 30, 90 - i);
|
||||||
litest_touch_move(dev, 1, 30, 95 - i);
|
litest_touch_move(dev, 1, 50, 95 - i);
|
||||||
}
|
}
|
||||||
libinput_dispatch(li);
|
libinput_dispatch(li);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue