Re: receiving mouse events outside of my window
Re: receiving mouse events outside of my window
- Subject: Re: receiving mouse events outside of my window
- From: rsharp <email@hidden>
- Date: Fri, 24 May 2002 09:26:39 -0500 (CDT)
I can only provide comments about this from a Carbon perspective.
Receiving mouse events outside ones window is definitely something valid
to do. e.g. it's common to listen to mouse moved events outside the
window. This is typically accomplished by have a "mouse event handler" at
the application level.
What type of mouse events are you interested in?
Rick Sharp
Instant Interactive(tm)
On Fri, 24 May 2002, Anthony Arthur wrote:
>
Not really..., think about it, if someone tapped you on the shoulder,
>
would you want to also feel it in your eyeball? Doesn't make much sense
>
does it? You can achieve the same effect programmatically.
>
>
--Brian
>
>
On Friday, May 24, 2002, at 01:47 AM, email@hidden wrote:
>
>
> Is it possible to receive mouse events that did not occur in the window
>
> that owns the run loop? Or even in a window in another application?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.