mirror of
https://github.com/CrispyPin/sinpin-vr.git
synced 2024-11-10 04:20:25 +01:00
33 lines
No EOL
546 B
JSON
33 lines
No EOL
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"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
} |