Skip to content

repairing the axisMeshNames for TOUCHPAD_TOUCH on Y#5732

Merged
dmarcos merged 1 commit intoaframevr:masterfrom
A-Frame-related:master
May 30, 2025
Merged

repairing the axisMeshNames for TOUCHPAD_TOUCH on Y#5732
dmarcos merged 1 commit intoaframevr:masterfrom
A-Frame-related:master

Conversation

@hazho
Copy link
Contributor

@hazho hazho commented May 29, 2025

Description:

Changes proposed:
lines 24 to 29
from the following to the later:

  axisMeshNames: [
    'TOUCHPAD_TOUCH_X',
    'TOUCHPAD_TOUCH_X',
    'THUMBSTICK_X',
    'THUMBSTICK_Y'
  ],
axisMeshNames: [
  'TOUCHPAD_TOUCH_X',
  'TOUCHPAD_TOUCH_Y',
  'THUMBSTICK_X',
  'THUMBSTICK_Y'
],

@dmarcos
Copy link
Member

dmarcos commented May 30, 2025

Thanks!

@dmarcos dmarcos merged commit cd52bd6 into aframevr:master May 30, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants