hmm i replaced addEventListener with that method and still not seeing the console logs. DragControls is successfully initialized. but dispatched events are not being detected
Ahh okay - so looks like addDragEventListener is good for detecting a mouse drag. Looks like onPointerEnter and onPointerExit (which are also on DragControls) can be used for detecting VR controller interactions