2

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?

Will Gee
  • 168
  • 7

1 Answers1

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