Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(SDK): ensure oculus touch uses correct controller for button press
The Oculus controller SDK was returning the same controller type for both button presses, meaning the left controller (or index 0) was initiating button presses on both controllers. This has been fixed now by also checking for the generic `Touch` controller type and using the given index to determine which touch controller is being used.
- Loading branch information