blob: 43a1e9020f19268aa893a377a213d90866c2679f [file] [log] [blame]
page.tags="BasicMultitouch"
sample.group=Input
@jd:body
<p>This samples demonstrates how to use the {@link android.view.MotionEvent}
API to keep track of individual touches across multiple touch events.</p>
<p>To see this in action, run the sample and touch the screen with multiple
fingers to show that the pointer id (also represented by a colour) does not
change as new touch events are received.</p>