add transparency toggle

This commit is contained in:
Crispy 2023-06-06 14:05:43 +02:00
parent 2c0386b141
commit 66227ae744
3 changed files with 25 additions and 0 deletions

View file

@ -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"
}
]