mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 14:18:24 +02:00
fix some touch mappings
This commit is contained in:
parent
b2e407a8e1
commit
0c60d87d3b
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "Oculus Touch to Standard",
|
"name": "Oculus Touch to Standard",
|
||||||
"channels": [
|
"channels": [
|
||||||
{ "from": "OculusTouch.A", "to": "Standard.A" },
|
{ "from": "OculusTouch.A", "to": "Standard.RightPrimaryThumb" },
|
||||||
{ "from": "OculusTouch.B", "to": "Standard.B" },
|
{ "from": "OculusTouch.B", "to": "Standard.RightSecondaryThumb" },
|
||||||
{ "from": "OculusTouch.X", "to": "Standard.X" },
|
{ "from": "OculusTouch.X", "to": "Standard.LeftPrimaryThumb" },
|
||||||
{ "from": "OculusTouch.Y", "to": "Standard.Y" },
|
{ "from": "OculusTouch.Y", "to": "Standard.LeftSecondaryThumb" },
|
||||||
|
|
||||||
{ "from": "OculusTouch.LY", "filters": "invert", "to": "Standard.LY" },
|
{ "from": "OculusTouch.LY", "filters": "invert", "to": "Standard.LY" },
|
||||||
{ "from": "OculusTouch.LX", "to": "Standard.LX" },
|
{ "from": "OculusTouch.LX", "to": "Standard.LX" },
|
||||||
|
|
Loading…
Reference in a new issue