Jump to content

Pad button not working for GearVR


joshcamas
 Share

Recommended Posts

Hello friends :)


For some reason, I cannot for the life of me figure out how to get the "pad button" detection for my GearVR.

I've tried onPadStateChangedObservable, onSecondaryButtonStateChangedObservable, and onMainButtonStateChangedObservable.

None of these seem to ever trigger :(

It's strange since onTriggerStateChangedObservable works for me - the trigger button does its thing

Is this a bug? Or am I crazy? XD

 

Josh

Link to comment
Share on other sites

Alrighty, I believe I found the bug :)

In gearVRController.ts, the button map is:

private readonly _buttonIndexToObservableNameMap = [
'onTrackpadChangedObservable', // Trackpad
'onTriggerStateChangedObservable' // Trigger

];

However, the observable "onTrackpadChangedObservable" doesn't exist, it should be "onPadStateChangedObservable".

Changing the mapping to this seems to fix the issue :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...