function keyup

Executed by KonsolScript Runtime's event-manager everytime a key is unpressed.

Try changing keyup to something (ex, foobar) and the program will not display unpressed.

function main() {
  //do nothing
}
function render() {
  //do nothing
}
function keyup() {
  Konsol:Log("unpressed " + lastunpress)
}

Also See

todo: fix links

www.konsolscript.org
© 2005-2011 KonsolScript Labs | All Rights Reversed | Licensed under GNU GPL | Designed by Mj Mendoza IV
http://www.sourceforge.net