move cursor with lasers

This commit is contained in:
Crispy 2023-04-29 16:44:25 +02:00
parent 0042ee3b58
commit d204387e19
10 changed files with 139 additions and 50 deletions

View file

@ -21,6 +21,11 @@
"requirement": "mandatory",
"type": "boolean"
},
{
"name": "/actions/main/in/activate_cursor",
"requirement": "suggested",
"type": "boolean"
},
{
"name": "/actions/main/in/reset",
"requirement": "suggested",
@ -42,11 +47,12 @@
{
"language_tag": "en_us",
"/actions/main": "Overlay actions",
"/actions/main/in/toggle_visibility": "Toggle visibility",
"/actions/main/in/edit_mode": "Toggle edit mode",
"/actions/main/in/toggle_visibility": "toggle visibility",
"/actions/main/in/edit_mode": "toggle edit mode",
"/actions/main/in/grab": "grab panel",
"/actions/main/in/distance": "Move away",
"/actions/main/in/reset": "Reset positions"
"/actions/main/in/activate_cursor": "activate cursor",
"/actions/main/in/distance": "move away",
"/actions/main/in/reset": "reset positions"
}
]
}

View file

@ -650,6 +650,24 @@
},
"mode" : "button",
"path" : "/user/hand/left/input/a"
},
{
"inputs" : {
"click" : {
"output" : "/actions/main/in/activate_cursor"
}
},
"mode" : "button",
"path" : "/user/hand/right/input/trigger"
},
{
"inputs" : {
"click" : {
"output" : "/actions/main/in/activate_cursor"
}
},
"mode" : "button",
"path" : "/user/hand/left/input/trigger"
}
]
}
@ -658,7 +676,7 @@
"controller_type" : "knuckles",
"description" : "yes",
"interaction_profile" : "",
"name" : "Saved sinpin_vr bindings",
"name" : "Default sinpin_vr bindings",
"options" : {
"mirror_actions" : true,
"simulated_controller_type" : "none"