I understand that it's possible for a GearVR to distinguish between a "tap" and a "swipe". But is it possible to distinguish between a one finger tap and a two finger tap?
Asked
Active
Viewed 292 times
2
-
No, it is very clear in its api – tim Mar 24 '16 at 01:21
1 Answers
4
No, because the touchpad on the GearVR presents touches via the Mouse input:
Input.GetMouseButtonDown(0) / Input.GetMouseButtonUp(0)

peterept
- 4,407
- 23
- 32