Reputation: 168
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?
Upvotes: 2
Views: 295
Reputation: 4427
No, because the touchpad on the GearVR presents touches via the Mouse input:
Input.GetMouseButtonDown(0) / Input.GetMouseButtonUp(0)
Upvotes: 4