Yuuki-Ishimaru
Yuuki-Ishimaru
Every other button seems to work but the trackpad button.
Note: In SteamVRv2Module.cs, adding a print statement for action states (UpdateDeviceInput -> first foreach loop) it seems like the input is being registered and IVRModuleDeviceStateRW's value for VRModuleRawButton.Touchpad/ VRModuleRawButton.Axis0 is...
@chengnay Found out why pad button input isn't going through in the API. Reason is that ControllerState currently requires currentInput2DType to be assigned to something other than None for the...