fling
Deprecated
Use fling directly.
Start scrolling based on a fling gesture. The distance travelled will depend on the initial velocity of the fling.
Parameters
Starting point of the scroll (X)
Starting point of the scroll (Y)
Initial velocity of the fling (X) measured in pixels per second.
Initial velocity of the fling (Y) measured in pixels per second
Minimum X value. The scroller will not scroll past this point.
Maximum X value. The scroller will not scroll past this point.
Minimum Y value. The scroller will not scroll past this point.
Maximum Y value. The scroller will not scroll past this point.
Deprecated
Use fling directly.
Start scrolling based on a fling gesture. The distance travelled will depend on the initial velocity of the fling.
Parameters
Starting point of the scroll (X)
Starting point of the scroll (Y)
Initial velocity of the fling (X) measured in pixels per second.
Initial velocity of the fling (Y) measured in pixels per second
Minimum X value. The scroller will not scroll past this point.
Maximum X value. The scroller will not scroll past this point.
Minimum Y value. The scroller will not scroll past this point.
Maximum Y value. The scroller will not scroll past this point.
Overfling range. If >0, horizontal overfling in either direction will be possible.
Overfling range. If >0, vertical overfling in either direction will be possible.