What is the best way to store the current mouse position (system-wide) and then (later) put the mouse at that stored point?
UPDATED: I\'m now overriding the NSView keyUp method from a NSView subclass set to first responder like below, but am still not seeing evidence that it is being called.