Hide

Syntax

Mouse:Hide()

Description

Hides the mouse cursor.

Note

Useful if you want to use custom cursors.

Example

Var:Number customArrow;
function main() {
  Image:Load("custom.png", customArrow)
  Mouse:Hide()
}
function cleanrender() {
  Image:TBlit(mouseX, mouseY, customArrow, screen)
}
www.konsolscript.org
© 2005-2011 KonsolScript Labs | All Rights Reversed | Licensed under GNU GPL | Designed by Mj Mendoza IV
http://www.sourceforge.net