I am trying to recover my bindings across three controllers, a CH Fighterstick, CH Pro Throttle and CH Pro Pedals.
In my binds file the Pedals and throttle have a name :
<YawAxisRaw>
<Binding Device="CHProPedals" Key="Joy_ZAxis" />
<Inverted Value="1" />
<Deadzone Value="0.00000000" />
</YawAxisRaw>
and
<ThrottleAxis>
<Binding Device="CHProThrottle2" Key="Joy_ZAxis" />
<Inverted Value="1" />
<Deadzone Value="0.00000000" />
</ThrottleAxis>
but the Fighterstick has a vendor and product ID
<RollAxisRaw>
<Binding Device="068EC0F3" Key="Joy_XAxis" />
<Inverted Value="0" />
<Deadzone Value="0.02975000" />
</RollAxisRaw>
Any idea why the fighterstick does not use a name ?
In my binds file the Pedals and throttle have a name :
<YawAxisRaw>
<Binding Device="CHProPedals" Key="Joy_ZAxis" />
<Inverted Value="1" />
<Deadzone Value="0.00000000" />
</YawAxisRaw>
and
<ThrottleAxis>
<Binding Device="CHProThrottle2" Key="Joy_ZAxis" />
<Inverted Value="1" />
<Deadzone Value="0.00000000" />
</ThrottleAxis>
but the Fighterstick has a vendor and product ID
<RollAxisRaw>
<Binding Device="068EC0F3" Key="Joy_XAxis" />
<Inverted Value="0" />
<Deadzone Value="0.02975000" />
</RollAxisRaw>
Any idea why the fighterstick does not use a name ?