Support for Force Feedback
Brought to you by:
blackdiamond
Hi there.
I downloaded the driver and tried it out. Looks nice to have a
control panel calibrating like panel in java (although you cannot
take actions yet).
Since I do have a MS Force Feedback 2 joystick, I wonder
whether it is difficult to add some force feedback support to the
driver. Although I had a look at the source (*.jaa as well as *.cpp)
I could not find out where to apply some changes.
Any help out there?
Hiran
Logged In: YES
user_id=107247
Getting force feedback to work would require the C++ files to
be rewritten to use the DirectInput DirectX API instead of the
joy* C API. Force feedback is also highly platform dependent.