From d7e9e49c088f7653121bc096e45b1d0b7e85476c Mon Sep 17 00:00:00 2001 From: undefx Date: Fri, 3 Jul 2015 11:14:01 -0400 Subject: [PATCH] Update recognizer-press.md Press requires that there be no movement. The description for the threshold parameter has typo "minimal", which should instead be "maximum". (By the way, I think it may be slightly more appropriate to use "minimum" instead of "minimal" in the other description fields, but it's not a big deal.) --- recognizer-press.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recognizer-press.md b/recognizer-press.md index 00bea9f..fa59fa7 100644 --- a/recognizer-press.md +++ b/recognizer-press.md @@ -10,7 +10,7 @@ Recognized when the pointer is down for x ms without any movement. |-----------|----------|-------------------| | event | press | Name of the event. | | pointers | 1 | Required pointers. | -| threshold | 5 | Minimal movement that is allowed while pressing. | +| threshold | 5 | Maximum movement that is allowed while pressing. | | time | 500 | Minimal press time in ms. | ## Events