Uses of Class
touchscreen.Touch

Uses of Touch in touchscreen
 

Methods in touchscreen with parameters of type Touch
 boolean Touches.add(Touch t)
           
 boolean Touch.matches(Touch that)
          determines if a touch is close enough to another touch to be considered IS_DRAGGING
 void Touch.update(Touch t, int status)
          You never need to use this.