ValveSoftware / driver_hydra

OpenVR Driver for Razer Hydra using Sixense SDK
BSD 3-Clause "New" or "Revised" License
99 stars 108 forks source link

k_unTrackingStringSize does not exist in vr namespace. #7

Open kbigdelysh opened 5 years ago

kbigdelysh commented 5 years ago

"k_unTrackingStringSize" does not exist in the api (openvr.h). Should I replace it with "k_unMaxPropertyStringSize"?

JoeLudwig commented 5 years ago

You don't really need a string that big just to catch the tracking system name. I would change it to 128.

r57zone commented 4 years ago

I fixed the buttons in the driver from BetaVR and also added a crouch button. The updated driver can be found here. Since BetaVR no longer supports the driver, let's now join forces in this repository.

Checked in games: Half-Life: Alyx, VRChat, PavlovVR. Everything works well.