Executed by KonsolScript Runtime's event-manager everytime the mouse is moved.
Try changing mousemove to something (ex, foobar) and the program will not display moving to.
function main() { //do nothing } function render() { //do nothing } function mousemove() { Konsol:Log("moving to (" + mouseX + ", " + mouseY + ")") }
todo: fix links