Hi,
I tried to define my Cougar axis with TARGET and I wrote this script :
MapAxis(&HCougar, JOYX, DX_X_AXIS); // Roll axis definition
MapAxis(&HCougar, JOYY, DX_Y_AXIS); // Pitch axis definition
MapAxis(&HCougar, RUDDER, DX_ZROT_AXIS); // Rudder axis definition
MapAxis(&HCougar, THROTTLE, DX_Z_AXIS); // Throttle axis definition
MapAxis(&HCougar, MAN_RNG, DX_SLIDER_AXIS); // MAN RNG/UNCAGE axis definition
MapAxis(&HCougar, ANT_ELEV, DX_THROTTLE_AXIS);
I still have to write the microstick script.
The line concerning the ANT ELEV does not works. Anybody have an idea to solve the problem ?
Thanks.