handleMouseEnter method

void handleMouseEnter()

Implementation

void handleMouseEnter() {
  _pointerHasEnteredCount++;
}