mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-12 02:10:20 +01:00
test: fix a missing finger release
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
5cc4d2380c
commit
369eec638e
1 changed files with 2 additions and 0 deletions
|
|
@ -925,6 +925,8 @@ START_TEST(clickpad_softbutton_left_2nd_fg_move)
|
|||
event = libinput_get_event(li);
|
||||
}
|
||||
|
||||
litest_touch_up(dev, 1);
|
||||
|
||||
litest_event(dev, EV_KEY, BTN_LEFT, 0);
|
||||
litest_event(dev, EV_SYN, SYN_REPORT, 0);
|
||||
litest_touch_up(dev, 0);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue