FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

repairing the axisMeshNames for TOUCHPAD_TOUCH on Y by hazho · Pull Request #5732 · aframevr/aframe · GitHub

repairing the axisMeshNames for TOUCHPAD_TOUCH on Y - #5732

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

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

Conversation

hazho commented May 29, 2025

Copy link
Copy Markdown
Contributor

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 commented May 30, 2025

Copy link
Copy Markdown
Member

Thanks!

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL