fix(openxr): correct default bindings for move_mouse

This commit is contained in:
alexdenerqal
2024-06-09 01:03:54 +02:00
committed by galister
parent 59c0bc870c
commit b2429bce7f

View File

@@ -90,7 +90,7 @@
left: "/user/hand/left/input/x/touch", left: "/user/hand/left/input/x/touch",
right: "/user/hand/right/input/a/touch" right: "/user/hand/right/input/a/touch"
}, },
mouse_move: { move_mouse: {
// used with focus_follows_mouse_mode // used with focus_follows_mouse_mode
left: "/user/hand/left/input/trigger/touch", left: "/user/hand/left/input/trigger/touch",
right: "/user/hand/right/input/trigger/touch" right: "/user/hand/right/input/trigger/touch"
@@ -140,7 +140,7 @@
left: "/user/hand/left/input/a/touch", left: "/user/hand/left/input/a/touch",
right: "/user/hand/right/input/a/touch" right: "/user/hand/right/input/a/touch"
}, },
mouse_move: { move_mouse: {
// used with focus_follows_mouse_mode // used with focus_follows_mouse_mode
left: "/user/hand/left/input/trigger/touch", left: "/user/hand/left/input/trigger/touch",
right: "/user/hand/right/input/trigger/touch" right: "/user/hand/right/input/trigger/touch"