feat: XR binding for playspace reset

This commit is contained in:
hypevhs
2024-08-10 18:25:00 -05:00
committed by galister
parent dc985f6da6
commit 9d18628354
4 changed files with 37 additions and 0 deletions
+7
View File
@@ -15,6 +15,9 @@
// -- space_rotate --
// rotate your stage (playspace rotate, WIP)
//
// -- space_reset --
// reset your stage (reset the offset from playspace drag)
//
// -- click_modifier_right --
// while this is held, your pointer will turn ORANGE and your mouse clicks will be RIGHT clicks
//
@@ -132,6 +135,10 @@
left: "/user/hand/left/input/trackpad/force",
// right trackpad is alt_click
},
space_reset: {
double_click: true,
left: "/user/hand/left/input/trackpad/force",
},
click_modifier_right: {
left: "/user/hand/left/input/b/touch",
right: "/user/hand/right/input/b/touch"