Is there a way to globally hide the mouse cursor for all apps in Cocoa (or Carbon)? Or at least replace it with something else?
EDIT: Thanks for the input guys, but turn
just add this to your code:
CGDisplayHideCursor (kCGNullDirectDisplay);