Sorry for my ignorance, but I have a question about controller for webvr
Can I configure this controller para webVR, that is events with buttons, movement of cursor etc?
Thanks!!
If your controller returns pose information, A-Frame components like laser-controls should work. If all you need is the buttons, my button-controls (https://github.com/DougReeder/aframe-button-controls) should work. Otherwise, you'll need to use the GamePad API: https://www.google.com/url?q=https://developer.mozilla.org/en-US/docs/Web/API/Gamepad_API/Using_the_Gamepad_API