Question by
gaurangranoliya · Mar 17, 2016 at 07:32 AM ·
touchtouch controlstouchscreentouchphase
Disable Input.getTouch in full screen
currently i used this code for touches on screen but i need to disable touch on all screen for some time
if (Input.touchCount > 0 && Input.GetTouch (0).phase == TouchPhase.Began) { //Logic event when touch on Screen }
Comment
Your answer
Follow this Question
Related Questions
How to convert Input.GetAxis(MouseAxis.MOUSE_Y), Input.GetAxis(MouseAxis.MOUSE_X) for touch 0 Answers
hello i have an sphere and want to control it with joystick appears at the same positin of touch. 0 Answers
touch.position values clearification 0 Answers
Touch does not work with the new Input System 5 Answers
How to replace KeyCode.Space with a simple tap on Android? 1 Answer