Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!nrl-cmf!ukma!tut.cis.ohio-state.edu!bloom-beacon!apple!rutgers!att!pegasus!ech From: ech@pegasus.ATT.COM (Edward C Horvath) Newsgroups: comp.sys.mac.programmer Subject: Re: Double Clicking Message-ID: <2620@pegasus.ATT.COM> Date: 26 Feb 89 02:24:14 GMT References: <1967@helios.ee.lbl.gov> Organization: AT&T ISL Middletown NJ USA Lines: 9 From article <1967@helios.ee.lbl.gov>, by beard@ux1.lbl.gov (Patrick C Beard): > The easiest way to detect a double click is to save the time of each mouse > down event...compare [the difference] to the result of the GetDblTime() trap. A subtlety: ordinarily you would start the doubleTime clock on a mouse UP, and stop it on a mouse DOWN. =Ned Horvath=