mirror of
https://github.com/lubosz/overte.git
synced 2025-04-26 20:15:39 +02:00
Merge pull request #9158 from jherico/xbox_deadzone
Add dead zone to yaw controls
This commit is contained in:
commit
9e0ee9c894
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
]
|
||||
},
|
||||
|
||||
{ "from": "GamePad.RX", "to": "Actions.Yaw" },
|
||||
{ "from": "GamePad.RX", "filters": { "type": "deadZone", "min": 0.05 }, "to": "Actions.Yaw" },
|
||||
|
||||
{ "from": "GamePad.RY",
|
||||
"to": "Actions.VERTICAL_UP",
|
||||
|
|
Loading…
Reference in a new issue