Merge pull request #9123 from druiz17/touchBug

fixed context menu showing up in the correct location with oculus touch
This commit is contained in:
Seth Alves 2016-12-06 10:34:00 -08:00 committed by GitHub
commit a04b486dfc

View file

@ -3,6 +3,8 @@
"channels": [
{ "from": "OculusTouch.A", "to": "Standard.RightPrimaryThumb", "peek": true },
{ "from": "OculusTouch.X", "to": "Standard.LeftPrimaryThumb", "peek": true },
{ "from": "OculusTouch.B", "to": "Standard.RightSecondaryThumb", "peek": true},
{ "from": "OculusTouch.Y", "to": "Standard.LeftSecondaryThumb", "peek": true},
{ "from": "OculusTouch.A", "to": "Standard.A" },
{ "from": "OculusTouch.B", "to": "Standard.B" },