Hey, I am wondering how you hide the mouse cursor.
Ive seen the function GUISetCursor(16) which will hide the mouse cursor in a window (16 is the value for a blank cursor). However, I don't want it to just be inside a GUI and would like it to be whenever. It would be like the "Hide cursor while typing" only it hides the cursor at all times. I have also seen MouseGetCursor() which will get the value of the cursor, but I didn't see a MouseSetCursor()
Thanks,
GT