diff --git a/docs/panresponder.html b/docs/panresponder.html index 6c7de097621..46b03a4bdec 100644 --- a/docs/panresponder.html +++ b/docs/panresponder.html @@ -5,7 +5,7 @@ recognize simple multi-touch gestures.
It provides a predictable wrapper o
For each handler, it provides a new gestureState object alongside the
normal event.
A gestureState object has the following:
stateID - ID of the gestureState- persisted as long as there at least
one touch on screenmoveX - the latest screen coordinates of the recently-moved touchmoveY - the latest screen coordinates of the recently-moved touchx0 - the screen coordinates of the responder granty0 - the screen coordinates of the responder grantdx - accumulated distance of the gesture since the touch starteddy - accumulated distance of the gesture since the touch startedvx - current velocity of the gesturevy - current velocity of the gesturenumberActiveTouches - Number of touches currently on screeen