Files
android_development/samples/browseable/BasicMultitouch/_index.jd
quddusc 3943cdc962 Updated browsable sample descriptions.
Change-Id: I21e3dfacb4bc1acfbe3b17c5f8001ee758f9eec2
2013-10-30 20:51:43 -07:00

13 lines
408 B
Plaintext

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>