| 1 | import { registerComponent } from '../core/component.js'; |
| 2 | import { AFRAME_CDN_ROOT } from '../constants/index.js'; |
| 3 | import { checkControllerPresentAndSetup, emitIfAxesChanged, onButtonEvent } from '../utils/tracked-controls.js'; |
| 4 |
nothing calls this directly
no test coverage detected