If I pan around and then stop moving while still holding my finger down the DeltaPosition of the ScreenTransformGesture doesn't change to Vector3.zero. It stays at the last value that wasn't Vector3.zero. This means that whenever I stop moving but keep my finger down, the camera will jolt when my finger releases and the last non-zero delta is applied. I want the delta to be set to zero when there is zero delta and a finger is held down. I can't find where the code needs to be changed so help would be appreciated.
Here's a video showing the delta issue: https://www.youtube.com/watch?v=Ds_Bnp4EaFM