mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 09:57:51 +02:00
fix for clicking
This commit is contained in:
parent
efe53c1a85
commit
e01524abbe
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ function moveReticleAbsolute(x, y) {
|
|||
|
||||
var MAPPING_NAME = "com.highfidelity.testing.reticleWithHandRotation";
|
||||
var mapping = Controller.newMapping(MAPPING_NAME);
|
||||
if (Controller.Hardware.hydra !== undefined) {
|
||||
if (Controller.Hardware.Hydra !== undefined) {
|
||||
mapping.from(Controller.Hardware.Hydra.L3).peek().to(Controller.Actions.ReticleClick);
|
||||
mapping.from(Controller.Hardware.Hydra.R4).peek().to(Controller.Actions.ReticleClick);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue