mirror of
https://github.com/overte-org/overte.git
synced 2025-04-07 07:52:33 +02:00
13 lines
452 B
JSON
13 lines
452 B
JSON
{
|
|
"name": "Oculus Remote to Standard",
|
|
"channels": [
|
|
{ "from": "OculusRemote.Start", "to": "Actions.UiNavSelect" },
|
|
{ "from": "OculusRemote.Back", "to": "Actions.UiNavBack" },
|
|
{ "from": "OculusRemote.DU", "to": "Standard.DU" },
|
|
{ "from": "OculusRemote.DD", "to": "Standard.DD" },
|
|
{ "from": "OculusRemote.DL", "to": "Standard.DL" },
|
|
{ "from": "OculusRemote.DR", "to": "Standard.DR" }
|
|
]
|
|
}
|
|
|
|
|