xref: /aosp_15_r20/development/samples/browseable/BasicMultitouch/_index.jd (revision 90c8c64db3049935a07c6143d7fd006e26f8ecca)
1
2page.tags="BasicMultitouch"
3sample.group=Input
4@jd:body
5
6<p>
7
8This sample demonstrates the use of MotionEvent properties to keep track of individual touches
9across multiple touch events.
10\n\nTouch the screen with multiple fingers to show that the pointer id
11(also represented by a color) does not change as new touch events are received.
12
13        </p>
14