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