Simplify Your Inputs!
The Vive Input Class is designed to ease coding and accelerate prototyping for HTC Vive VR system. This allows you to put input code anywhere in your project, rather than attaching it to the Vive Controllers. This script further allows you to expose the buttons to test different control schemes quickly, without significant new edits to your own code. This class functions similarly to the input classes for Oculus and Unity. It also provides controls for haptics and D-pad functionality, as well as calls for the vibration motor.
Script allows you to:
- Call input from any class in
your project.
- Detect multi-state inputs from controllers - left, right, or both.
- Generate haptics - adjust power and duration on either controller.
- Detect directional clicks on the Vive controllers’ touchpads.