Forum Discussion
Day1332
6 years agoHonored Guest
How Can I GetDown RIndexTrigger On Oculus Quest?
Hello~ XD I want to use Trigger Button On Oculus Quest Controller! but I dont know use button Trigger Aation. I used Anything OVRInput API. ex) - OVRInput.GetDown(OVRInput.RawButton.LIndexTrigg...
mmchickenshack
6 years agoProtege
if (OVRInput.Get(OVRInput.Button.PrimaryIndexTrigger))
{
}
works for me.Get()queries the current state of a control.GetDown()queries if a control was pressed this frame.
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 8 years ago
- 4 years ago
- 1 year ago
- 3 years ago
- 2 years ago