Re: keyDown: missing events
Re: keyDown: missing events
- Subject: Re: keyDown: missing events
- From: Kevin Ballard <email@hidden>
- Date: Fri, 2 Apr 2004 17:44:32 -0500
I tested that already (not by checking specifically for keyDown: but by
holding a key and pressing return and seeing it reacted to the return
as expected rather than making a new line like it does when it skips
keyDown:). But a good idea nonetheless.
On Apr 2, 2004, at 5:38 PM, Chilton Webb wrote:
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?
--
Kevin Ballard
email@hidden
http://www.tildesoft.com
http://kevin.sb.org
_______________________________________________
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.