r57zone / OpenVR-driver-for-DIY

OpenVR driver for DIY
GNU General Public License v3.0
130 stars 28 forks source link

Possible to use the vive normal and add the keys for the controller? #1

Closed TheWolfaw closed 4 years ago

TheWolfaw commented 6 years ago

I'm looking for the possibility to use my vive just normal, but also could use keys on the keyboard to emulate the grip button or the tracking pad.

This mod seems to be what i just wanted but it replaces the vive completly and i cant use it anymore

r57zone commented 6 years ago

Touchpad - https://github.com/TrueOpenVR/SteamVR-TrueOpenVR/blob/master/OpenVR/samples/driver_sample/driver_sample.cpp#L583-L594

Grip button - https://github.com/TrueOpenVR/SteamVR-TrueOpenVR/blob/master/OpenVR/samples/driver_sample/driver_sample.cpp#L547-L551

I do not plan to support Vive. There is a project https://github.com/matzman666/OpenVR-InputEmulator maybe it will be better suited.