jesstelford / aframe-click-drag-component

Aframe Click & Drag Component
https://jesstelford.github.io/aframe-click-drag-component/
MIT License
103 stars 49 forks source link

Support for eventhandlers #5

Open siddhartpai opened 7 years ago

siddhartpai commented 7 years ago

Hi jesstelford

I wanted to know if there was a way i could capture events on dragging, directly using jquery ?

Something like ('#cylinderDraggable').on('dragstart',function(offset,depth,clientX,clientY){ /*

do Something */ });