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
718 stars 138 forks source link

Can't find the thumbstick on VALVE INDEX controller #230

Open HexStark opened 10 months ago

HexStark commented 10 months ago

As we all know, the Vive controller has the trackpad, and oculus has the thumbstick (joystick), and the OVRT could remapping the analog input very well.

However, VALVE INDEX controller has both of the trackpad and thumbstick (joystick).

When I use this tool, the remapping interface could only show the trackpad in both digital input and analog input, but why I can't find the thumbstick.

In openvr.h k_EButton_Axis3 = 35, k_EButton_IndexController_JoyStick = k_EButton_Axis3,

I also use client_commandline.exe buttonevent touchandhold 2 [1~64], the thumbstick still has no response.

Any one knows how to remapping/find the thumbstick on VALVE INDEX controller?

Thank you very much for your help!