mirror of
https://github.com/CrispyPin/sinpin-vr.git
synced 2025-06-06 14:05:33 +02:00
add transparency toggle
This commit is contained in:
parent
2c0386b141
commit
66227ae744
3 changed files with 25 additions and 0 deletions
|
@ -56,6 +56,11 @@
|
|||
"requirement": "suggested",
|
||||
"type": "vector2"
|
||||
},
|
||||
{
|
||||
"name": "/actions/cursor/in/toggle_transparent",
|
||||
"requirement": "suggested",
|
||||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"name": "/actions/cursor/out/scroll_haptic",
|
||||
"requirement": "suggested",
|
||||
|
@ -89,6 +94,7 @@
|
|||
"/actions/cursor/in/mouse_right": "right mouse button",
|
||||
"/actions/cursor/in/mouse_middle": "middle mouse button",
|
||||
"/actions/cursor/in/scroll": "scroll",
|
||||
"/actions/cursor/in/toggle_transparent": "toggle transparency",
|
||||
"/actions/cursor/out/scroll_haptic": "scrolling haptic feedback"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue