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