openxr: use squeeze/force for knuckles
This commit is contained in:
@@ -374,11 +374,11 @@ fn suggest_bindings(
|
|||||||
),
|
),
|
||||||
xr::Binding::new(
|
xr::Binding::new(
|
||||||
&hands[0].action_grab,
|
&hands[0].action_grab,
|
||||||
instance.string_to_path("/user/hand/left/input/squeeze/value")?,
|
instance.string_to_path("/user/hand/left/input/squeeze/force")?,
|
||||||
),
|
),
|
||||||
xr::Binding::new(
|
xr::Binding::new(
|
||||||
&hands[1].action_grab,
|
&hands[1].action_grab,
|
||||||
instance.string_to_path("/user/hand/right/input/squeeze/value")?,
|
instance.string_to_path("/user/hand/right/input/squeeze/force")?,
|
||||||
),
|
),
|
||||||
xr::Binding::new(
|
xr::Binding::new(
|
||||||
&hands[0].action_scroll,
|
&hands[0].action_scroll,
|
||||||
|
|||||||
Reference in New Issue
Block a user