primary
public boolean primary
A flag indicating that the touch is the first touch from a previous
state of no touch points. Once designated as such, the touch remains
the primary touch until all fingers are removed from the device.
touches field of an Event or TouchEvent.longbooleanintintintTouch(long identity,
TouchSource source,
int state,
boolean primary,
int x,
int y) TouchEvent was generated.identity - Identity of the touchsource - Object representing the device that generated the touchstate - One of the state constants representing the state of this touchprimary - Whether or not the touch is the primary touchx - X location of the touch in screen coordinatesy - Y location of the touch in screen coordinates