Closed btfou closed 10 years ago
Hey @btfou , you should be able to watch the "tracking" property and do things when it is set to true/false.
Like
myWidget.watch("tracking", doSomething);
I think the constructor option makes sense. clearOnStopTracking or something like that?
Yes and thanks @driskull. Just suggestions.
Add an event
end-tracking
to easily clear the graphic and do other stuffs when tracking ends.Perhaps also add a constructor option to clear the graphic when tracking ends.