Re: Handling right click only
Re: Handling right click only
- Subject: Re: Handling right click only
- From: Peter Maurer <email@hidden>
- Date: Tue, 14 Dec 2004 10:07:52 +0100
Thanks Severin, but this is not exactly what I need, the question is,
can an event fired to [self nextResponder] end up eventually at a
different application? What I want is all events to be redirected as
if my window wasn't there, except for right mouse clicks:
The situations is as follows (as seen from the side):
**** **** **** finder icons
----------------- my semi transparent CD window
++++++++++ finder desktop
The moment I disable the clickthrough of my window it will start
catching all mouse events away from the finder, even though its
desktop icons are projected above my window....
Alex
Have you tried overriding your NSApp's -sendEvent: method?
Peter.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden