handleEnter method

  1. @protected
bool handleEnter()

Implementation

@protected
bool handleEnter() {
  _currentIndex = _getActiveHoverDomainIndex();
  selectDomain(_currentIndex);
  return true;
}