Cmd + arrows = no keyUp event?
Cmd + arrows = no keyUp event?
- Subject: Cmd + arrows = no keyUp event?
- From: Alex Eddy <email@hidden>
- Date: Sun, 28 Mar 2004 18:01:24 -0800
Hi,
My game maintains the state of all the keys it is interested in with
keyDown: and keyUp:. This works fine except that when the arrow keys
are pressed while the Cmd key is down, there is never a keyUp event
when the arrow is released, so they repeat forever. I have to release
Cmd and press the arrow again to get another keyDown before the system
will send a keyUp.
What is the cause / solution to this?
I found the same problem in the archives:
http://cocoa.mamasam.com/MACOSXDEV/2001/10/1/14489.php but there is no
answer.
_______________________________________________
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.