[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] NSScroller event handling, part deux.
From: |
Adam Fedor |
Subject: |
Re: [PATCH] NSScroller event handling, part deux. |
Date: |
Mon, 7 Apr 2003 09:03:07 -0600 |
On Monday, April 7, 2003, at 12:06 AM, Michael Hanni wrote:
Hi,
I've implemented Alex's roadrunner meep-meep event loop in trackKnob:,
cleaned
up some mouse handling in another method, and increased the periodic
delay for
the scroller buttons to speed things up a tad. Overall a nice little
cleanup.
2003-04-06 Michael Hanni <michael@deviant-behavior.com>
* Source/NSScroller.m: (init) bump periodic delay on scroller
buttons
to improve feel.
(trackScrollButtons:) removed event tracking loop in favor of
just
using NSCell's tracking loop.
(trackKnob:) implemented Alex's improved event loop.
Looks decent to me, although it doesn't appear the 'offset' is set the
first time through the loop, and it's used without being set.
I think you have write privileges, perhaps you can just put this in?