PAKNEKO Posted May 19, 2019 Share Posted May 19, 2019 Hi! Im trying to get SImple BUtton Input working after migrating from WaveVr to VIU and I'm not sure how to do it. I tried to use the ControllerManagerSample (based on the script ShowMenuClick) but thats rather complex for simple ButtonInput (e.g. Do something when pressing the Trigger). ANd WaveVR approach like WaveVR_Controller.Input(WaveVR_Controller.EDeviceType.Dominant).GetPressDown(WVR_InputId.WVR_InputId_Alias1_Trigger) seems not to work. Is there something similiar for VIU or is it jsut the way VIU works? Link to comment Share on other sites More sharing options...
PAKNEKO Posted May 19, 2019 Author Share Posted May 19, 2019 Found it, its rather simple, but neither documented nor in the examples (I think) ViveInput.GetPressDownEx(HandRole.RightHand, ControllerButton.Trigger) Link to comment Share on other sites More sharing options...
VIVE_chengnay Posted May 20, 2019 Share Posted May 20, 2019 GetPressDownEx is used in ControllerManagerSample.cs. Sorry for late reply. Link to comment Share on other sites More sharing options...
PAKNEKO Posted September 28, 2019 Author Share Posted September 28, 2019 FollowUp, because its still related to the question: Which ControllerButtons correspond to which Controller Button on the Vive Focus Controller? The Model in question is IHM 100 (which is the default one when we bought the VIVE Focus in 2018) @chengnay Link to comment Share on other sites More sharing options...
VIVE_chengnay Posted October 8, 2019 Share Posted October 8, 2019 By referring to this page, https://www.vive.com/us/support/vive-focus/category_howto/vive-focus-controller.html 1. Touchpad > ControllerButton.Pad, ControllerButton.PadTouch 2. App button > ControllerButton.Menu 3. Home button > no corresponding input control 5. Volume buttons > no corresponding input control 6. Trigger > ControllerButton.Trigger Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now