mirror of
https://github.com/overte-org/overte.git
synced 2025-04-18 07:56:25 +02:00
Swap start/back xbox controller mapping to conform to Oculus standard
This commit is contained in:
parent
dd3f3957a9
commit
5def039bd4
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@
|
|||
{ "from": "GamePad.RB", "to": "Standard.RB" },
|
||||
{ "from": "GamePad.RS", "to": "Standard.RS" },
|
||||
|
||||
{ "from": "GamePad.Start", "to": "Actions.CycleCamera" },
|
||||
{ "from": "GamePad.Back", "to": "Standard.Start" },
|
||||
{ "from": "GamePad.Start", "to": "Standard.Start" },
|
||||
{ "from": "GamePad.Back", "to": "Actions.CycleCamera" },
|
||||
|
||||
{ "from": "GamePad.DU", "to": "Standard.DU" },
|
||||
{ "from": "GamePad.DD", "to": "Standard.DD" },
|
||||
|
|
Loading…
Reference in a new issue