doMouseMove method

void doMouseMove()

Call #reshape with a new point determined by the mouse to change the route of the #adornedLink.

Implementation

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