doMouseMove method

void doMouseMove()

Update the #box's position and size according to the value of #computeBoxBounds.

Implementation

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