Double click threshold in user defaults?
Double click threshold in user defaults?
- Subject: Double click threshold in user defaults?
- From: Robert Miller <email@hidden>
- Date: Wed, 22 Oct 2003 13:52:20 -0400
Hello,
Does anyone know if this method of obtaining the current double click
threshold is valid. I found this example in the archives but when
trying to use it no matter what I set in my system preferences. The
value returned is always 0.0 .
NSUserDefaults *ud = [NSUserDefaults standardUserDefaults];
float doubleClickTime = [ud
floatForKey:@"com.apple.mouse.doubleClickThreshold"];
Thanks for any help in advance,
Regards,
Bob M.
_______________________________________________
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.