SwipePoint()
Represents a point in a swipe path. Used with ScreenmultiSwipe() to define where the finger moves, how fast, and how long it pauses.
SwipePoint():getHoldDuration()
Will return swipe point hold duration
SwipePoint():getSpeed() [DEPRECATED]
Will return swipe point speed. This method won't work after version 1.0.0.16
SwipePoint():getSwipeDuration()
Will return swipe point duration
SwipePoint():getX()
Will return swipe point x coordinate
SwipePoint():getY()
Will return swipe point y coordinate
SwipePoint():setHoldDuration()
Change the hold duration of swipe point
SwipePoint():setSpeed() [DEPRECATED]
Change the speed of swipe point. This method won't work after version 1.0.0.16
SwipePoint():setSwipeDuration()
Change the duration of swipe point
SwipePoint():setX()
Change the x coordinate of swipe point
SwipePoint():setY()
Change the y coordinate of swipe point