Force touch.phase = TouchPhase.Ended;

Hello guys,
Due to the nature of the program i’m doing complex operations with touch events.
But i noticed the fact that touch events has only Get propiety so u cant simulate an exit, i would be very glad if anyone knows a trick or how should i try to force a touch exit.
The purpose of this is :

Force a Quit (runing Phase.end) and stop inmmediately catching information on Phase.MOVE for at least current touchID.

Thank you !

I’m wondering the same exact thing! Ever found the answer?