rsanchezsaez / CardboardSDK-iOS

iOS port of Google's CardboardSDK (mobile VR toolkit)
Other
334 stars 104 forks source link

Added support for Cardboard V2.0 style touch-triggers #21

Closed sean-purcell closed 8 years ago

sean-purcell commented 8 years ago

Also deprecated - (void)magneticTriggerPressed and added - (void)triggerPressed to be more generic.

rsanchezsaez commented 8 years ago

Hey @iburinoc, thanks a lot for your contribution, this is a worthwhile change.

Some comments:

If you do these changes I'll merge the pull request. :)

sean-purcell commented 8 years ago

That sounds reasonable, I implemented the changes :)

rsanchezsaez commented 8 years ago

Done, thanks a lot for your contribution!