joshcamas Posted October 6, 2018 Share Posted October 6, 2018 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 Quote Link to comment Share on other sites More sharing options...
joshcamas Posted October 6, 2018 Author Share Posted October 6, 2018 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 trevordev 1 Quote Link to comment Share on other sites More sharing options...
Guest Posted October 8, 2018 Share Posted October 8, 2018 Fancy doing a PR? trevordev 1 Quote Link to comment Share on other sites More sharing options...
Guest Posted October 8, 2018 Share Posted October 8, 2018 pinging @trevordev FYI Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.