doMouseMove method

void doMouseMove()

If this tool is active call GraphObject#actionMove, if it exists, on the active object.

Implementation

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