How to detect if touchpad is being held
I want to have a game object keeps on moving around only when the touchpad is being held. The SingleTap only moves the game object when tap the touchpad. Then, I tried Input.GetMouseButtonDown(0). It doesn't seem working, either. How can I do that?