CR feedback

This commit is contained in:
Brad Hefta-Gaub 2015-10-23 17:14:13 -07:00
parent 9285cf8e2c
commit ed20e7d209

View file

@ -869,10 +869,10 @@ function MyController(hand, triggerAction) {
var rightController = new MyController(RIGHT_HAND, Controller.Standard.RT);
var leftController = new MyController(LEFT_HAND, Controller.Standard.LT);
var mapping = Controller.newMapping("handGrab");
var mapping = Controller.newMapping("com.highfidelity.handControllerGrab");
mapping.from([Controller.Standard.RB, Controller.Standard.RT]).to(rightController.eitherTrigger);
mapping.from([Controller.Standard.LB, Controller.Standard.LT]).to(leftController.eitherTrigger);
Controller.enableMapping("handGrab");
Controller.enableMapping("com.highfidelity.handControllerGrab");
function update() {