addPointer method

void addPointer()

Implementation

void addPointer() {
  pointers++;
  if (pointers == 1) {
    fromTwoFinger = false;
  }
}