void markAsTouched()

Source

void markAsTouched() {
  this._touched = true;
}