Method ProcessTouchCancel
ProcessTouchCancel(long)
Processes a touch cancel event.
public bool ProcessTouchCancel(long id)
Parameters
idlongThe unique identifier for this touch.
Returns
- bool
True if the event was handled.
Processes a touch cancel event.
public bool ProcessTouchCancel(long id)
id longThe unique identifier for this touch.
True if the event was handled.