From 869c0ba5e2528ee9194539d95d1e739f8a580c5f Mon Sep 17 00:00:00 2001 From: galister <22305755+galister@users.noreply.github.com> Date: Tue, 13 Jan 2026 19:23:04 +0900 Subject: [PATCH] bindings for eye + pinch --- wayvr/src/backend/openxr/openxr_actions.json5 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/wayvr/src/backend/openxr/openxr_actions.json5 b/wayvr/src/backend/openxr/openxr_actions.json5 index 8c20ef2..2708b41 100644 --- a/wayvr/src/backend/openxr/openxr_actions.json5 +++ b/wayvr/src/backend/openxr/openxr_actions.json5 @@ -34,19 +34,21 @@ // do not mess with these, unless you know what you're doing [ + // Eye+hand interaction + // eye is aim, left pinch is grab, right pinch is click { profile: "/interaction_profiles/ext/eye_gaze_interaction", pose: { - fallback: "/user/eyes_ext/input/gaze_ext/pose", + handsfree: "/user/eyes_ext/input/gaze_ext/pose", }, }, { profile: "/interaction_profiles/ext/hand_interaction_ext", click: { - fallback: "/user/hand/right/input/pinch_ext/value" + handsfree: "/user/hand/right/input/pinch_ext/value" }, grab: { - fallback: "/user/hand/left/input/pinch_ext/value", + handsfree: "/user/hand/left/input/pinch_ext/value", }, },