RoundedRectangles Example: use onMouseDrag for now.

This commit is contained in:
Jonathan Puckey 2011-02-15 00:08:11 +01:00
parent 4e0bf98035
commit f92da1297b

View file

@ -40,7 +40,7 @@
setInterval(draw, 30); setInterval(draw, 30);
var tool = new Tool({ var tool = new Tool({
onMouseMove: function(event) { onMouseDrag: function(event) {
mousePoint = event.point; mousePoint = event.point;
} }
}) })