Flex Catch Keydown
Posted
by Antilogic
on Stack Overflow
See other posts from Stack Overflow
or by Antilogic
Published on 2010-04-07T02:55:06Z
Indexed on
2010/04/07
3:03 UTC
Read the original article
Hit count: 284
I want to handle the keydown event globally in my application and as such have added the event handler to the top most DisplayObject in the display list. However, the event doesn't seem to fire unless the cursor focus is on a Textbox or Datagrid or the like.
How can I have key presses handled globaly by the application?
© Stack Overflow or respective owner