mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
controllers: openxr: Use actions for walking.
This makes the Y thumbstick axis work.
This commit is contained in:
parent
07b23cc5c4
commit
8dd80c6d75
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@
|
|||
{ "from": "Index.RightSecondaryThumbTouch", "to": "Standard.RightSecondaryThumbTouch" },
|
||||
{ "from": "Index.RightThumbUp", "to": "Standard.RightThumbUp" },
|
||||
|
||||
{ "from": "Index.LY", "to": "Standard.LY" },
|
||||
{ "from": "Index.LX", "to": "Standard.LX" },
|
||||
{ "from": "Index.LY", "to": "Actions.TranslateZ", "filters": ["invert"] },
|
||||
{ "from": "Index.LX", "to": "Actions.TranslateX" },
|
||||
{ "from": "Index.RY", "to": "Standard.RY" },
|
||||
{ "from": "Index.RX", "to": "Standard.RX" },
|
||||
{ "from": "Index.LS", "to": "Standard.LS" },
|
||||
|
|
Loading…
Reference in a new issue