touchEvent method

void touchEvent (int E, int X, int Y)

Implementation

void touchEvent(int E, int X, int Y){
  this.e = E;
  this.x = X;
  this.y = Y;
}