Interface TouchList


public interface TouchList
Represents a list of contact points on a touch surface.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    item(int index)
    Returns the touch object at the specified index in the list.
  • Method Details

    • getLlength

      int getLlength()
    • item

      Touch item(int index)
      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