mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-28 06:39:54 +02:00
Conflicts: libraries/controllers/src/controllers/Route.cpp libraries/controllers/src/controllers/ScriptingInterface.cpp libraries/controllers/src/controllers/StandardController.cpp libraries/controllers/src/controllers/impl/RouteBuilderProxy.h
29 lines
1.2 KiB
JSON
29 lines
1.2 KiB
JSON
{
|
|
"name": "XBox to Standard",
|
|
"channels": [
|
|
{ "from": "GamePad.LY", "to": "Standard.LY" },
|
|
{ "from": "GamePad.LX", "to": "Standard.LX" },
|
|
{ "from": "GamePad.LT", "to": "Standard.LT" },
|
|
{ "from": "GamePad.LB", "to": "Standard.LB" },
|
|
{ "from": "GamePad.LS", "to": "Standard.LS" },
|
|
|
|
{ "from": "GamePad.RY", "to": "Standard.RY" },
|
|
{ "from": "GamePad.RX", "to": "Standard.RX" },
|
|
{ "from": "GamePad.RT", "to": "Standard.RT" },
|
|
{ "from": "GamePad.RB", "to": "Standard.RB" },
|
|
{ "from": "GamePad.RS", "to": "Standard.RS" },
|
|
|
|
{ "from": "GamePad.Back", "to": "Standard.Back" },
|
|
{ "from": "GamePad.Start", "to": "Standard.Start" },
|
|
|
|
{ "from": "GamePad.DU", "to": "Standard.DU" },
|
|
{ "from": "GamePad.DD", "to": "Standard.DD" },
|
|
{ "from": "GamePad.DL", "to": "Standard.DL" },
|
|
{ "from": "GamePad.DR", "to": "Standard.DR" },
|
|
|
|
{ "from": "GamePad.A", "to": "Standard.A" },
|
|
{ "from": "GamePad.B", "to": "Standard.B" },
|
|
{ "from": "GamePad.X", "to": "Standard.X" },
|
|
{ "from": "GamePad.Y", "to": "Standard.Y" }
|
|
]
|
|
}
|