dragStartPosition property

Vector3 dragStartPosition
getter/setter pair

As described in createMouseDraggedEvent, dragStartPositon is the position of the cursor when the drag started

Implementation

Vector3 dragStartPosition = ORIGIN;