Will Gee
Will Gee

Reputation: 168

Multitouch on GearVR?

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

Answers (1)

peterept
peterept

Reputation: 4427

No, because the touchpad on the GearVR presents touches via the Mouse input:

Input.GetMouseButtonDown(0) / Input.GetMouseButtonUp(0)

Upvotes: 4

Related Questions