doMouseMove method

void doMouseMove()

Call #rotate with a new angle determined by the current mouse point. This determines the new angle by calling #computeRotate.

Implementation

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