If I touch an object and then move my finger off of it, I see that the touch event continues. Specifically, the event remains in the moved phase.
1.) How can my code know if my finger moved off the object? My finger will still be touching the screen.
2.) How can I cancel my event handler when this happens?