rajetic / auto_oculus_touch

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

Is there any way to send oculus touch command with this? #2

Open sycspysycspy opened 6 years ago

sycspysycspy commented 6 years ago

For instance, if I want to hold right trigger to repeatly press the trigger until I release it, like what a turbo controller does, is it doable with this? If it is how can I acheive that?

rajetic commented 6 years ago

At the moment it's only possible to send keyboard/mouse or anything else autohotkey understands. Injecting Touch events (like rapid fire) needs a different method because the Oculus sdk doesn't support that.

sycspysycspy commented 6 years ago

Thanks for your explaination, it's just as I expected through.