Re: Mouse events with higher priority then repeating NSTimer
Re: Mouse events with higher priority then repeating NSTimer
- Subject: Re: Mouse events with higher priority then repeating NSTimer
- From: "Michael Ash" <email@hidden>
- Date: Mon, 29 Sep 2008 12:07:38 -0400
On Mon, Sep 29, 2008 at 11:08 AM, Christian Giordano
<email@hidden> wrote:
> It seems my problem was that I was putting as interval "1/10" not
> "0.1" or "1.0/10", this presumebly was as putting interval 0. That's
> why the continuous loop :)
Indeed, welcome to the wonderful world of C. 1/10 is zero. 1/2 * 3 is
zero. The fun never ends!
Mike
_______________________________________________
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