Re: Processing mouse clicks using Quartz events
Re: Processing mouse clicks using Quartz events
- Subject: Re: Processing mouse clicks using Quartz events
- From: Tomáš Znamenáček <email@hidden>
- Date: Wed, 16 Feb 2011 08:23:05 +0100
> I don't know, but we all are. What are you actually trying to do? If you
> just want to process mouse clicks this is surely not the way to go about it.
I have a system utility application that needs to be triggered by a mouse click on certain UI elements. In all applications, not just mine. When the application notices the right kind of a mouse click, I want to “steal” the event to prevent it from being processed by the system and do something of my own.
I looked into NSEvent global monitoring, but that does not allow me to modify the events. Is there another way to monitor and change the system mouse events?
T.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden