Package org.loboevolution.events
Interface TouchList
public interface TouchList
Represents a list of contact points on a touch surface.
-
Method Summary
Modifier and TypeMethodDescriptionint
item
(int index) Returns the touch object at the specified index in the list.
-
Method Details
-
getLlength
int getLlength() -
item
Returns the touch object at the specified index in the list.- Parameters:
index
- the index to get the touch object- Returns:
- the touch object at the specified index
-