MobiFlight / MobiFlight-Connector

MobiFlight is an open source project that allows you to create your own home cockpit for your favorite flight simulator in a flexible, affordable and extremely user-friendly way.
https://mobiflight.com
MIT License
234 stars 104 forks source link

Support throttle deadzones. #1659

Open DocMoebiuz opened 9 months ago

DocMoebiuz commented 9 months ago

Is your feature request related to a problem? Please describe. At the moment pre-processing axis inputs from joysticks is not well supported by MobiFlight. Especially the use case of a deadzone.

Describe the solution you'd like Provide better axis input control.

JaimeLeon2 commented 8 months ago

A way to model the axis response curve would be much better than just deadzones. Or alternatively use the interpolation function in analog input config, which would also solve the analog input calibration. Interpolation allows easy setup of dead zones and more.

joeherwig commented 8 months ago

Being able to use response curves as in FSUIPC or AxisAndOhs would be brilliant!