Re: Problems with mouse events
Re: Problems with mouse events
- Subject: Re: Problems with mouse events
- From: Sam Wilkins <email@hidden>
- Date: Mon, 22 Nov 2004 23:54:07 -0500
I thought I replied to this earlier, but since it's not in the archive,
either I didn't, or I accidently sent it to Ryan's email
On Sunday, November 21, 2004, at 02:14 PM, Ryan Stevens wrote:
There was a discussion on CocoaDev dealing with scrollWheel events
that may help and should be pretty easy to find.
I never found anything helpful, but I think I have a solution now.
Sometimes my brain goes stupid and starts to work again the next day,
does that ever happen to any of you?
Could just do it yourself (in applicationDidFinishLaunching perhaps)...
if (NSPointInRect(mouseLoc, theRect)) {/* create and send off a
mouseEntered event */ }
Is there an easier way than manually creating an NSEvent? There's so
much stuff you need to fill in.
_______________________________________________
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