Files
android_development/samples/browseable/BasicMultitouch/_index.jd
Trevor Johns 77b5d394ff Update sdk.atree and samples/browseable for lastest samples release
Synced to developers/samples/android commit
97b2cfe5ba6d8fa8daaf3273141b321b5fe9e910.

Change-Id: I360cfa147e71dd519b841df41b4e878f86b9b27b
2015-03-30 16:06:43 -07:00

13 lines
376 B
Plaintext

page.tags="BasicMultitouch"
sample.group=Input
@jd:body
<p>
This sample demonstrates the use of MotionEvent properties to keep track of individual touches
across multiple touch events.
\n\nTouch the screen with multiple fingers to show that the pointer id
(also represented by a color) does not change as new touch events are received.
</p>