isSelectingInteraction method

  1. @override
bool isSelectingInteraction()
inherited

Implementation

@override
bool isSelectingInteraction() {
  return !selectingMode.isNone &&
      (keyPressed.shift || keyPressed.ctrl) &&
      currentCell != null;
}