doMouseMove method

void doMouseMove()

Modify the Diagram#position according to how much the mouse has moved.

Implementation

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