I want to perform some action until touch pressed upward or another action until touch pressed downward. how to do that. my action done only one time it is not keep performed until it have touch pressed upward or downward. for key there is function is input key down that works fine. Is there function available for check is touch pressed or not. I apply boolean value with branch that until it is true that mean touch is pressed but it is not working.