mirror of
https://github.com/CrispyPin/sinpin-vr.git
synced 2024-11-12 21:20:27 +01:00
33 lines
546 B
JSON
33 lines
546 B
JSON
|
{
|
||
|
"/actions/main": {
|
||
|
"sources": [
|
||
|
{
|
||
|
"path": "/user/hand/right/input/b",
|
||
|
"mode": "button",
|
||
|
"inputs": {
|
||
|
"long": {
|
||
|
"output": "/actions/main/in/toggleall"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "/user/hand/right/input/thumbstick",
|
||
|
"mode": "joystick",
|
||
|
"inputs": {
|
||
|
"position": {
|
||
|
"output": "/actions/main/in/distance"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "/user/hand/right/input/trigger",
|
||
|
"mode": "button",
|
||
|
"inputs": {
|
||
|
"click": {
|
||
|
"output": "/actions/main/in/grab"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|