Method ProcessTouchDown
ProcessTouchDown(long, SKPoint, bool)
Processes a touch down event and forwards it to the internal gesture detector.
public bool ProcessTouchDown(long id, SKPoint location, bool isMouse = false)
Parameters
idlongThe unique identifier for this touch pointer.
locationSKPointThe location of the touch in view coordinates.
isMouseboolWhether this event originates from a mouse device.