doMouseMove method

void doMouseMove()

Call #resize with a new size determined by the current mouse point. This determines the new bounds by calling #computeResize.

When this calls #computeResize it passes as the reshape argument the result of calling #computeReshape. The min, max, and cell arguments will be the saved results of #doActivate's calls to #computeMinSize, #computeMaxSize, and #computeCellSize.

Implementation

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