standardMouseSelect method

void standardMouseSelect()

This override prevents the Control modifier unselecting an already selected part. This also remembers the selectable #currentPart at the current mouse point.

This method may be overridden. Please read the Introduction page on Extensions for how to override methods and how to call this base method. @expose

Implementation

void standardMouseSelect() {
  _i4.callMethod(
    this,
    'standardMouseSelect',
    [],
  );
}