isAffected(lasso, selectable, point, element, drop) -> undefined
Tests if a drop is within the point.
{} -
{} -
{Object} -
{Object} -
{Object} -
deactivate
deactivate(drop, drag, event) -> undefined
Calls dropout and sets last active to null
{Object} -
{Object} -
{Object} -
activate
activate(drop, drag, event) -> undefined
Calls dropover
{Object} -
{Object} -
{Object} -
show
show(point, lasso, event, drag) -> undefined
Gives a point, the object being dragged, and the latest mousemove event.
Go through each droppable and see if it is affected. Called on every mousemove.
{Object} -
{} -
{Object} -
{Object} -
fire
fire(event, lasso, element) -> undefined
Called on mouse up of a dragged element.
{Object} -
{} -
{Object} -
compile
compile() -> undefined
Called when the user first starts to drag. Uses query to get
all possible droppable elements and adds them.