unity3d - Multitouch on GearVR? -


i understand it's possible gearvr distinguish between "tap" , "swipe". possible distinguish between 1 finger tap , 2 finger tap?

no, because touchpad on gearvr presents touches via mouse input:

input.getmousebuttondown(0) / input.getmousebuttonup(0)


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -