On Jun 24, 2012, at 11:56 PM, Abhijeet Singh wrote:

> I want to perform some action in my application whenever user presses any key 
> on keyboard or uses the mouse. How can I trap these events.

One way to do this would be to subclass NSApplication and override sendEvent:. 
The documentation indicates "Override sendEvent: if you want to change how 
events are dispatched or perform some special event processing."

https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ApplicationKit/Classes/nsapplication_Class/Reference/Reference.html

--Richard


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to