In Windows, use

Code:
ShowCursor(false)
This will hide the cursor, just remember to un-hide it with

Code:
ShowCursor(true)