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