Add dead zone to yaw controls

This commit is contained in:
Bradley Austin Davis 2016-12-06 09:37:54 -08:00
parent 6d4b1c4b97
commit f112d345e8

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