WebXR-emulator-extension icon indicating copy to clipboard operation
WebXR-emulator-extension copied to clipboard

Support various type of controller buttons

Open takahirox opened this issue 5 years ago • 6 comments

Currently only supports one trigger button. We should support more various type of buttons, for example Oculus Go tough pad(?).

Maybe related to #15

takahirox avatar Jun 18 '19 07:06 takahirox

Touch pad support #38

takahirox avatar Jun 25 '19 23:06 takahirox

Touch pad support has been removed for now #50 I might recover if needed later.

takahirox avatar Aug 09 '19 20:08 takahirox

A big concern is how UI should be for touch pad and other special buttons.

takahirox avatar Aug 29 '19 00:08 takahirox

About button, with oculus touch, I should change some code like that (not so sure why then I don't make a pull request for this) const BUTTON = { SELECT: 1, SQUEEZE: 2 }; before it was 0,1 but 0 is the thump (on the joystick)

checksummaster avatar Apr 24 '20 22:04 checksummaster

Thanks for the report. I will look into.

takahirox avatar Apr 24 '20 23:04 takahirox

@checksummaster I wanted to separate bug report issue from this feature request issue to track the problem more easily so I opened #237

takahirox avatar Apr 25 '20 00:04 takahirox