Skip to content

Commit

Permalink
fix(openxr): correct default bindings for move_mouse
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdenerqal authored and galister committed Jun 9, 2024
1 parent 59c0bc8 commit b2429bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/backend/openxr/openxr_actions.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit b2429bc

Please sign in to comment.