aframe-click-drag-component icon indicating copy to clipboard operation
aframe-click-drag-component copied to clipboard

ondrag event or other event

Open fuj1w4r4 opened this issue 6 years ago • 1 comments

hi there,

Is there such ondrag event i can use? for example, I know that AFRAME provided event for object such on click event.

Please provide more example of API usage. I find this library is useful.

Thanks and regards, Fuji

fuj1w4r4 avatar Jun 07 '18 14:06 fuj1w4r4

forget it, I got the answer.

  var draggable = document.querySelector('#image1[click-drag]');
  var x=1;
  draggable.addEventListener('dragstart', function(dragInfo) {
		console.log("dragstart:", dragInfo);
                    //TODO...

  });

fuj1w4r4 avatar Jun 07 '18 18:06 fuj1w4r4