Re: detecting a double click ahead of time
Re: detecting a double click ahead of time
- Subject: Re: detecting a double click ahead of time
- From: Ambroise Confetti <email@hidden>
- Date: Wed, 22 Oct 2003 01:22:55 +0200
Le mercredi, 22 oct 2003, ` 00:06 Europe/Paris, Alastair J.Houghton a
icrit :
Whilst we're on this topic, does anyone know how to read the
double-click speed (the one from Preferences) from Cocoa? I've seen
the Carbon GetDblTime() function, which will obviously work, but it'd
be nice to know if there's an equivalent in Cocoa (e.g. is it in the
defaults database?).
sudo fs_usage | grep Preferences
(grep is there to make the output readable... could be smarter than
that but that's enough)
Open System Preferences and play a little bit with mouse settings...
... and you get...
~/Library/Preferences/.GlobalPreferences.plist
They made it invisible!
Ambroise
http://www.cellulo.info/
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.