mirror of
https://github.com/lubosz/overte.git
synced 2025-04-25 00:03:16 +02:00
fixed context menu showing up in the correct location
This commit is contained in:
parent
030f0d7103
commit
2d28ae1ffe
1 changed files with 2 additions and 0 deletions
|
@ -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" },
|
||||
|
|
Loading…
Reference in a new issue