Aframe: Axismove event issue

Created on 14 Feb 2020  路  3Comments  路  Source: aframevr/aframe

Event listener "axismove" is triggered, but returns 0 on version 1.0.1 and upwards on Oculus Quest controls.

  • A-Frame Version: 1.0.1 +
  • Platform / Device: Oculus Quest

Most helpful comment

Nvm, I've found that the values I was looking for were just in evt.detail.axis[2] and evt.detail.axis[3], instead of evt.detail.axis[0] and evt.detail.axis[1], where they were before.

All 3 comments

Link to reproduce?

Here's the demo on glitch: https://axismove-issue-demo.glitch.me/. For it to work, just change A-Frame release to 1.0.0 or lower.

Nvm, I've found that the values I was looking for were just in evt.detail.axis[2] and evt.detail.axis[3], instead of evt.detail.axis[0] and evt.detail.axis[1], where they were before.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

FireDragonGameStudio picture FireDragonGameStudio  路  5Comments

MrBokeh picture MrBokeh  路  5Comments

huhsame picture huhsame  路  3Comments

wlhm1984 picture wlhm1984  路  5Comments

RangerMauve picture RangerMauve  路  4Comments