public interface TouchList extends Indexable
TouchList
represents a list of all of the points of contact with a touch surface; for example, if the user has three fingers on the screen (or trackpad), the corresponding TouchList
would have one Touch
object for each finger, for a total of three entries.Modifier and Type | Method and Description |
---|---|
int |
getLength()
The number of
Touch
objects in the TouchList . |
Touch |
item(int index)
Returns the
Touch
object at the specified index in the list. |
Copyright © 2018. All rights reserved.