rajetic / auto_oculus_touch

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

What is the enum for the menu button on the left Touch controller? #4

Closed FolkSong closed 6 years ago

FolkSong commented 6 years ago

I don't see it listed.

rajetic commented 6 years ago

ovrEnter. The oculus sdk use ovrEnter for the centre button on the oculus remote, the menu button on the left touch and the menu button on the xbox controller.

(I really should comment those, I just copied the names from the sdk, but they aren't always obvious without reading the sdk header).

FolkSong commented 6 years ago

Thanks, I didn't think to try that one.

FolkSong commented 6 years ago

This is a very useful tool by the way, thanks for releasing it!