rajetic / auto_oculus_touch

Tools to allow AutoHotKey to read the state of the Oculus Touch controllers.
95 stars 19 forks source link

Vibration support through vjoy #21

Open aaronsewall opened 3 years ago

aaronsewall commented 3 years ago

It looks like it should be possible to hook into vjoy's vibration support, via e.g. HID_USAGE_CONST and use a callback function in order to get the oculus touch controllers to vibrate. My limited googling pointed me at FfbRegisterGenCB but haven't dug that much deeper than that. I would love the ability to take advantage of rumble in games, and this seems doable (but I'm not 100% sure where to start with implementing it).

M0J0MAN commented 2 years ago

I would love the ability to do this as well