mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-01 04:40:09 +01:00
test: replace a touch move with a timeout
We only care about the third-finger data here, the movement of the first two was just to get out of the base tap states. A timeout will do the same thing here. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
b40149f5cb
commit
d82f3b8798
1 changed files with 2 additions and 2 deletions
|
|
@ -1696,8 +1696,8 @@ START_TEST(touchpad_3fg_tap_pressure_btntool)
|
|||
litest_touch_down(dev, 1, 70, 50);
|
||||
libinput_dispatch(li);
|
||||
|
||||
litest_touch_move_to(dev, 0, 50, 50, 50, 70, 10);
|
||||
litest_touch_move_to(dev, 1, 70, 50, 50, 70, 10);
|
||||
litest_timeout_tap();
|
||||
libinput_dispatch(li);
|
||||
litest_drain_events(li);
|
||||
|
||||
/* drop below the pressure threshold in the same frame as starting a
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue