AltspaceVR / AltspaceSDK

Software Development Kit for AltspaceVR
https://developer.altvr.com/
MIT License
161 stars 73 forks source link

Initial docs for gamepad api #90

Closed GavanWilhite closed 8 years ago

amberroy commented 8 years ago

Looks good! I actually used these docs yesterday and it was enough info to get me started using Gamepad with apps. I noticed when testing that "gamepadconnected" window event doesn't fire in Altspace until the "getGamepads" method is called, and "gamepaddisconnected" doesn't seem to ever get fired. Might be worth noting since this is different behavior than standard browsers.

GavanWilhite commented 8 years ago

Cool! I believe chrome doesn't support those events yet, so I was waiting a bit (cause it's a little tricky). But yeah would be nice to do it Firefox style when we can

On Tue, Dec 8, 2015 at 11:34 AM Amber Roy notifications@github.com wrote:

Looks good! I actually used these docs yesterday and it was enough info to get me started using Gamepad with apps. I noticed when testing that "gamepadconnected" window event doesn't fire in Altspace until the "getGamepads" method is called, and "gamepaddisconnected" doesn't seem to ever get fired. Might be worth noting since this is different behavior than standard browsers.

— Reply to this email directly or view it on GitHub https://github.com/AltspaceVR/AltspaceSDK/pull/90#issuecomment-162991226 .