Function getTouchDiff

Returns a description of the changes in each finger between the first and the last relevant TouchEvent in the list.

If the gesture is to be considered terminated, e.g. because there is "touchcancel" in the list, returns null.

Note that, deltaX/deltaY are the end X/Y coordinate minus the start X/Y coordinate. For natural scroll direction you should swap their signs.