summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2019-01-04 15:27:02 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2019-01-18 11:01:31 +1000
commitc67c3872caddcd5bdf3166caf5ee1bc66f3e9996 (patch)
tree2a0a03b594c13967d0e826103b9495b58c8acf10
parent15e64b7b60af56a31006bd4742dab3b275d47108 (diff)
downloadlibinput-c67c3872caddcd5bdf3166caf5ee1bc66f3e9996.tar.gz
test: clarify a confusing comment
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--test/test-tablet.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/test/test-tablet.c b/test/test-tablet.c
index 3b09ca51..8beeb2c2 100644
--- a/test/test-tablet.c
+++ b/test/test-tablet.c
@@ -4630,9 +4630,11 @@ START_TEST(intuos_touch_arbitration_late_touch_lift)
litest_drain_events(li);
/* with kernel arbitration, a finger + stylus in prox only generates
- * stylus events. When lifting the hand off, the stylus goes out of
- * prox when the hand is still touching. A few ms later, the hand
- * goes out of prox, this can generate a fake tap event.
+ * stylus events. When a user lifts the hand with the stylus, the
+ * stylus usually goes out of prox while the hand is still touching
+ * the surface. This causes a touch down event now that the stylus
+ * is out of proximity. A few ms later, the hand really lifts off
+ * the surface, causing a touch down and thus a fake tap event.
*/
litest_touch_down(finger, 0, 30, 30);
litest_touch_up(finger, 0);