File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Packages/webxr/Hidden~/WebGLTemplates Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 587
587
controller . touchpadX = inputSource . gamepad . axes [ j ] ;
588
588
break ;
589
589
case 1 :
590
- controller . touchpadY = inputSource . gamepad . axes [ j ] ;
590
+ controller . touchpadY = - inputSource . gamepad . axes [ j ] ;
591
591
break ;
592
592
case 2 :
593
593
controller . thumbstickX = inputSource . gamepad . axes [ j ] ;
594
594
break ;
595
595
case 3 :
596
- controller . thumbstickY = inputSource . gamepad . axes [ j ] ;
596
+ controller . thumbstickY = - inputSource . gamepad . axes [ j ] ;
597
597
break ;
598
598
}
599
599
}
Original file line number Diff line number Diff line change 587
587
controller . touchpadX = inputSource . gamepad . axes [ j ] ;
588
588
break ;
589
589
case 1 :
590
- controller . touchpadY = inputSource . gamepad . axes [ j ] ;
590
+ controller . touchpadY = - inputSource . gamepad . axes [ j ] ;
591
591
break ;
592
592
case 2 :
593
593
controller . thumbstickX = inputSource . gamepad . axes [ j ] ;
594
594
break ;
595
595
case 3 :
596
- controller . thumbstickY = inputSource . gamepad . axes [ j ] ;
596
+ controller . thumbstickY = - inputSource . gamepad . axes [ j ] ;
597
597
break ;
598
598
}
599
599
}
Original file line number Diff line number Diff line change 587
587
controller . touchpadX = inputSource . gamepad . axes [ j ] ;
588
588
break ;
589
589
case 1 :
590
- controller . touchpadY = inputSource . gamepad . axes [ j ] ;
590
+ controller . touchpadY = - inputSource . gamepad . axes [ j ] ;
591
591
break ;
592
592
case 2 :
593
593
controller . thumbstickX = inputSource . gamepad . axes [ j ] ;
594
594
break ;
595
595
case 3 :
596
- controller . thumbstickY = inputSource . gamepad . axes [ j ] ;
596
+ controller . thumbstickY = - inputSource . gamepad . axes [ j ] ;
597
597
break ;
598
598
}
599
599
}
You can’t perform that action at this time.
0 commit comments