Home | History | Annotate | Download | only in BasicMultitouch
      1 
      2 
      3 
      4 page.tags="BasicMultitouch"
      5 sample.group=Input
      6 @jd:body
      7 
      8 <p>This samples demonstrates how to use the {@link android.view.MotionEvent}
      9 API to keep track of individual touches across multiple touch events.</p>
     10 <p>To see this in action, run the sample and touch the screen with multiple
     11 fingers to show that the pointer id (also represented by a colour) does not
     12 change as new touch events are received.</p>
     13