Re: Trap mouse and keyboard events

2012-07-17 Thread Jason Perkins
Look for information on event taps. But be aware that they don't work in the application sandbox, so you won't be able to submit your app to the Mac App Store. On Jun 25, 2012, at 1:56 AM, Abhijeet Singh wrote: Hi,I want to perform some action in my application whenever user presses any key

Re: Trap mouse and keyboard events

2012-06-25 Thread Graham Cox
On 25/06/2012, at 3:56 PM, Abhijeet Singh wrote: Hi,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... RTFM? --Graham ___ Cocoa-dev mailing list

Re: Trap mouse and keyboard events

2012-06-25 Thread Richard Somers
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

Trap mouse and keyboard events

2012-06-24 Thread Abhijeet Singh
Hi,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 eventsThanksAbhijeetDear cocoadev ! Get Yourself a cool, short @in.com Email ID now! ___ Cocoa-dev mailing list