3
0
Fork 0
mirror of https://github.com/lubosz/overte.git synced 2025-04-26 20:15:39 +02:00

Merge pull request from jherico/xbox_deadzone

Add dead zone to yaw controls
This commit is contained in:
Brad Hefta-Gaub 2016-12-06 10:24:13 -08:00 committed by GitHub
commit 9e0ee9c894

View file

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