Hi,
I'd like my app to track mouse movements even if the mouse no longer hovers above the app's window, but for example on the desktop or on other apps. Receiving a -mouseExited call is not enough, I have to know the actual position of the mouse on the screen.
Is this possible using an NSTrackingArea (if so, how)? Or do I have to use something else.
Thanks for any input!
I'd like my app to track mouse movements even if the mouse no longer hovers above the app's window, but for example on the desktop or on other apps. Receiving a -mouseExited call is not enough, I have to know the actual position of the mouse on the screen.
Is this possible using an NSTrackingArea (if so, how)? Or do I have to use something else.
Thanks for any input!