Files
android_development/samples/browseable/BasicMultitouch/_index.jd
quddusc 11d2eef36f Updated browsable sample descriptions.
Change-Id: I21e3dfacb4bc1acfbe3b17c5f8001ee758f9eec2
(cherry picked from commit 3943cdc962)
2013-10-31 11:55:15 +00: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>