From b2429bce7f058ca868bc443b30544aa4cd4699a7 Mon Sep 17 00:00:00 2001 From: alexdenerqal <155299301+alexdenerqal@users.noreply.github.com> Date: Sun, 9 Jun 2024 01:03:54 +0200 Subject: [PATCH] fix(openxr): correct default bindings for move_mouse --- src/backend/openxr/openxr_actions.json5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/backend/openxr/openxr_actions.json5 b/src/backend/openxr/openxr_actions.json5 index 86618c2..2d7973b 100644 --- a/src/backend/openxr/openxr_actions.json5 +++ b/src/backend/openxr/openxr_actions.json5 @@ -90,7 +90,7 @@ left: "/user/hand/left/input/x/touch", right: "/user/hand/right/input/a/touch" }, - mouse_move: { + move_mouse: { // used with focus_follows_mouse_mode left: "/user/hand/left/input/trigger/touch", right: "/user/hand/right/input/trigger/touch" @@ -140,7 +140,7 @@ left: "/user/hand/left/input/a/touch", right: "/user/hand/right/input/a/touch" }, - mouse_move: { + move_mouse: { // used with focus_follows_mouse_mode left: "/user/hand/left/input/trigger/touch", right: "/user/hand/right/input/trigger/touch"