Method ProcessTouchMove
ProcessTouchMove(long, SKPoint, bool)
Processes a touch move event and forwards it to the internal gesture detector.
public bool ProcessTouchMove(long id, SKPoint location, bool inContact = true)
Parameters
idlongThe unique identifier for this touch pointer.
locationSKPointThe new location of the touch in view coordinates.
inContactbooltrue if the touch is in contact with the surface; false for hover (mouse move without button pressed).