Re: keyDown: missing events
Re: keyDown: missing events
- Subject: Re: keyDown: missing events
- From: Chilton Webb <email@hidden>
- Date: Fri, 2 Apr 2004 16:38:08 -0600
Hi Allan and Kevin,
On Apr 2, 2004, at 2:13 PM, Kevin Ballard wrote:
...but keyDown: is sometimes
just not being called when I type fast enough.
This makes me wonder if you only get keyDown events when no other key
is currently down. If you typed fast enough, you might actually have
the second key down before the first key was up. So you could test this
by holding down one key and typing another. Do you get a keydown event
for every key down, or just the first one?
Thanks,
-Chilton
_______________________________________________
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.