mirror of https://github.com/wayvr-org/wayvr.git
fix(openxr): correct default bindings for move_mouse
This commit is contained in:
parent
59c0bc870c
commit
b2429bce7f
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue