This method is called during the handling of the mouse down event.
down: function( evt )
This method is called during the handling of the mouse move event.
move: function( evt )
This method is called during the handling of the mouse up event.
up: function( evt )
This method is called during the handling of the mouse out event.
out: function( evt )