Is there a way to register for global mouse moved events in Cocoa? I was able to register for the events using Carbon\'s InstallEventHandler(), but would prefer
If you want to track the mouse no matter where it is, you want a CGEventTap. There is no Cocoa equivalent. If you just want to track it in your application then you should explain why you're finding yourself unable to do so a little more thoroughly.