Merge pull request #9179 from Atlante45/controller-mapping

Update Xbox controller mapping to have the menu on Start
This commit is contained in:
Stephen Birarda 2016-12-09 17:13:45 -08:00 committed by GitHub
commit e4810a5643

View file

@ -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" },