ποΈ SwipePoint()
A module used to modify swipe behaviour
ποΈ 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