handleMouseDownDolly method

dynamic handleMouseDownDolly(
  1. dynamic event
)

Implementation

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