Method ProcessTouchUp
ProcessTouchUp(long, SKPoint, bool)
Processes a touch up event.
public bool ProcessTouchUp(long id, SKPoint location, bool isMouse = false)
Parameters
idlongThe unique identifier for this touch.
locationSKPointThe final location of the touch.
isMouseboolWhether this is a mouse event (kept for backward compatibility; the stored value from touch-down is used internally).
Returns
- bool
True if the event was handled.