mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-04 18:40:28 +01:00
test: fix an incomplete comment
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
4b10af94a8
commit
4eb420b16e
1 changed files with 2 additions and 1 deletions
|
|
@ -1613,7 +1613,8 @@ START_TEST(touchpad_3fg_tap_hover_btntool)
|
|||
litest_touch_move_to(dev, 1, 70, 50, 50, 70, 10, 0);
|
||||
litest_drain_events(li);
|
||||
|
||||
/* drop below the pressure threshold in the same frame as starting a */
|
||||
/* drop below the pressure threshold in the same frame as starting a
|
||||
* third touch */
|
||||
litest_event(dev, EV_ABS, ABS_MT_PRESSURE, 3);
|
||||
litest_event(dev, EV_ABS, ABS_PRESSURE, 3);
|
||||
litest_event(dev, EV_KEY, BTN_TOUCH, 0);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue