Re: Key down issue
Re: Key down issue
- Subject: Re: Key down issue
- From: Alastair Houghton <email@hidden>
- Date: Fri, 7 Nov 2003 16:14:30 +0000
On 7 Nov 2003, at 15:30, Michael Hudson wrote:
Denis Vaillant <email@hidden> writes:
I do not understand why there is delay of half a second between the
first
and the second time cocoa executes the method while it takes less
than 0.01s
after ?
Isn't this just the standard 'delay before key repeat' thing?
Is it possible to remove this delay ?
Well, you can twiddle System Preferences, but I don't know if there's
a way to override it for just your application.
Even if there is, unless your app. is a game or something (where you're
using the keys as switches rather than to indicate text input), you
really shouldn't fiddle with user settings relating to the way their
keyboard and mouse work, and even in the case of a game, you need to be
very careful to restore the settings whenever the user switches out of
your program.
Kind regards,
Alastair.
_______________________________________________
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.