Force-feedback joystick control?

Is there any way to access force feedback functions of a joystick (Logitech force 3D Pro) in Unity 5 ?

It’s not built into Unity, but there might be some assets that do it. My game uses a force feedback wheel and the only way I could make it work was to write my own DirectInput library in C++.