matzman666 / OpenVR-InputEmulator

An OpenVR driver that allows to create virtual controllers, emulate controller input, manipulate poses of existing controllers and remap buttons. A client-side library that communicates with the driver via shared-memory is also included.
GNU General Public License v3.0
716 stars 137 forks source link

[Bug] Input remapping not working between Vive Controllers. #55

Open DanielArnett opened 6 years ago

DanielArnett commented 6 years ago

On the latest release I've been trying to swap the left and right triggers on the Vive Controllers. See if you can do this on yours to see what I mean.

I open VR Input Emulator, desktop version. I select a controller, select Input Remapping, and Axis 1 (Trigger) I set the binding type, controller, and axis to OpenVR, , and Axis `1 (Trigger) respectively. I select save, and hit the left arrow to return to the home screen. The controller's behaviors do not change.

matzman666 commented 6 years ago

With the new driver API remapping of trigger buttons does not work anymore. I don't have a working solution yet.