Method ProcessTouchDown
ProcessTouchDown(long, SKPoint, bool)
Processes a touch down event.
public bool ProcessTouchDown(long id, SKPoint location, bool isMouse = false)
Parameters
idlongThe unique identifier for this touch.
locationSKPointThe location of the touch.
isMouseboolWhether this is a mouse event.
Returns
- bool
True if the event was handled.