evilC / UCR

Universal Control Remapper [ALPHA]
MIT License
196 stars 31 forks source link

Force Feedback #179

Open franzbischoff opened 7 years ago

franzbischoff commented 7 years ago

Hi, I guess this topic is recurrent. Is there any chance to allow transmission of vJoy force feedback inputs to a real joystick?

evilC commented 7 years ago

Technically possible, yes, but there is no code for this at the moment.
This would require implementing something like DirectInput so that we could send the FF data (That we get from vJoy) to the physical stick.
This is unfeasible in UCR's current incarnation, however I am working towards a new implementation (Using a lot more C code) that would.

cyberluke commented 2 years ago

bump