Mouse:Hide()
Hides the mouse cursor.
Useful if you want to use custom cursors.
Var:Number customArrow; function main() { Image:Load("custom.png", customArrow) Mouse:Hide() } function cleanrender() { Image:TBlit(mouseX, mouseY, customArrow, screen) }