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
You are looking for CGDisplayHideCursor, which is part of the Quartz Display Services API.