Method ProcessTouchMove
ProcessTouchMove(long, SKPoint, bool)
Processes a touch move event.
public bool ProcessTouchMove(long id, SKPoint location, bool inContact = true)
Parameters
idlongThe unique identifier for this touch.
locationSKPointThe new location of the touch.
inContactboolWhether the touch is in contact with the surface.
Returns
- bool
True if the event was handled.