Re: -mouseMoved: not being called
Re: -mouseMoved: not being called
- Subject: Re: -mouseMoved: not being called
- From: Tommy Nordgren <email@hidden>
- Date: Sun, 20 May 2007 03:36:16 +0200
On 20 maj 2007, at 03.10, Ron Fleckner wrote:
Hi,
One user of my app reports that a feature which relies on getting -
mouseMoved: events isn't working. The feature works on our two
machines here, and no other users have reported this failure. I've
sent him a version of the app which logs -mouseMoved: to the
console. No -mouseMoved: events appear in his console.log. He
says the feature fails on all three of his machines, two PPC's and
one Intel, all running 10.4.9.
What could be a possible cause of this?
Ron
From Anguish - Buck - Yachtman: Cocoa Programming, page 599:
Because the mouse moves quite often, mouse-moved events are not
usually dispatched. This is to avoid flooding the Applications event
queue.
Normally these events are turned on temporarily for a specific
purpose, and then turned off again.
-------------------------------------
This sig is dedicated to the advancement of Nuclear Power
Tommy Nordgren
email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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