mirror of
https://github.com/CrispyPin/sinpin-vr.git
synced 2025-05-10 18:15:33 +02:00
mouse left & right click
This commit is contained in:
parent
d204387e19
commit
29f4595750
5 changed files with 36 additions and 1 deletions
|
@ -31,6 +31,16 @@
|
|||
"requirement": "suggested",
|
||||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"name": "/actions/main/in/mouse_left",
|
||||
"requirement": "suggested",
|
||||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"name": "/actions/main/in/mouse_right",
|
||||
"requirement": "suggested",
|
||||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"name": "/actions/main/in/distance",
|
||||
"requirement": "suggested",
|
||||
|
@ -52,6 +62,8 @@
|
|||
"/actions/main/in/grab": "grab panel",
|
||||
"/actions/main/in/activate_cursor": "activate cursor",
|
||||
"/actions/main/in/distance": "move away",
|
||||
"/actions/main/in/mouse_left": "mouse left",
|
||||
"/actions/main/in/mouse_right": "mouse right",
|
||||
"/actions/main/in/reset": "reset positions"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue