[848] in Athena User Interface
sawfish: Double click should NOT also be a single click!
daemon@ATHENA.MIT.EDU (Bill Cattey)
Wed Aug 1 16:24:17 2001
Message-ID: <EvO6JiZz0001IwMv4K@mit.edu>
Date: Wed, 1 Aug 2001 20:24:14 +0000 ()
From: Bill Cattey <wdc@MIT.EDU>
To: aui@MIT.EDU
Heather Anne also points out that events bound to Click1 are done in
addition to events bound to Click2.
I just looked at the code in keys.c, and sure enough.
One button click comes in, and sets up the timers for a click count,
AND sends a Click1 event out.
A second button click comes in, the click count timeout is recognized
as not having happend and the click count is incremented,
and a Click2 event is sent out.
Um, ur, uh, I think a double click should NOT imply a single click too.
Am I wrong here?
-wdc