This link is all the documentation I can find on the flingScroll(vx,vy) method. It has no description of what the method does.
What does the method do? What are vx and vy? I was using them as coordinates, but are they velocities?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It mimics a user flinging the ui. The vx and vy are velocities in the x and y direction (i.e. how fast the user scrolled determines how quickly and how far the view will scroll).