Drop those
This commit is contained in:
parent
4d7da85009
commit
cfb8b5eca3
@ -610,18 +610,3 @@ function draw() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function mouseDragged() {
|
|
||||||
/**
|
|
||||||
* Mouse drag movement handling.
|
|
||||||
**/
|
|
||||||
toScreenX += mouseX - pmouseX;
|
|
||||||
toScreenY += mouseY - pmouseY;
|
|
||||||
}
|
|
||||||
|
|
||||||
function windowResized() {
|
|
||||||
/**
|
|
||||||
* Canvas re-draw handling.
|
|
||||||
**/
|
|
||||||
resizeCanvas(windowWidth, windowHeight);
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user