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