function mousemove

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 + ")")
}

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