handleMouseDownDolly method

void handleMouseDownDolly(
  1. dynamic event
)

Implementation

void handleMouseDownDolly(event) {
  dollyStart.setValues(event.clientX, event.clientY);
}