mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
Merge pull request #9123 from druiz17/touchBug
fixed context menu showing up in the correct location with oculus touch
This commit is contained in:
commit
a04b486dfc
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