Support touch events for dragging

This commit is contained in:
Jess Telford 2016-10-05 07:40:57 +11:00
parent 3d47edafbb
commit 299698fe3e
3 changed files with 21 additions and 2 deletions

View file

@ -6,4 +6,3 @@ import clickDragComponent from '../src/index';
extras.physics.registerAll(aframe);
aframe.registerComponent('keyboard-controls', keyboardControls);
clickDragComponent(aframe);