mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-03 21:40:40 +01:00
test: correct a copy/pasted comment
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1413>
This commit is contained in:
parent
13405e4b8c
commit
00e568f43a
1 changed files with 3 additions and 2 deletions
|
|
@ -4824,8 +4824,9 @@ START_TEST(touchpad_tap_palm_on_touch_4)
|
|||
litest_disable_hold_gestures(dev->libinput_device);
|
||||
litest_drain_events(li);
|
||||
|
||||
/* 3fg tap with one finger detected as palm, that finger is lifted,
|
||||
other two fingers lifted cause 2fg tap */
|
||||
/* 4fg tap with one finger detected as palm, that finger is lifted,
|
||||
other two fingers lifted cause nothing because we terminate
|
||||
tapping as soon as 4 fingers are down */
|
||||
litest_touch_down(dev, this, 50, 50);
|
||||
litest_touch_down(dev, (this + 1) % 4, 60, 50);
|
||||
litest_touch_down(dev, (this + 2) % 4, 70, 50);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue