javascript - Why is there no 'positionChange' event in Kinetic.js? -
javascript - Why is there no 'positionChange' event in Kinetic.js? -
i trying angularjs directive kineticjs. want draggable joystick circle in kinetic canvas, want add together event listener, should work touch , mouse. started trying touchmove did not work mouse.
so took @ object , realized can register xchange , can same ychange, why there no listener positionchange? of course of study can register 2 handlers, fear creates ton of function calls.
basically can utilize dragmove since object draggable , function works both touch , mouse
javascript event-handling kineticjs
Comments
Post a Comment