I am developing an application for a platform. The OS of this platform is Android Gingerbread (2.3.4) The platform has some buttons with "unusual" key code: 141, 131 etc.
Native application that created in ADT can catch and respond to these keyboard events While my Adobe AIR application (created in Flash professional) are Indifferent to them.
I try both: stage.addEventListener(KeyboardEvent.KEY_DOWN,KeyHandler,false,0,true ); NativeApplication.nativeApplication.addEventListener(KeyboardEvent.KE Y_DOWN,KeyHandler,false,0,true);
How can I "catch" this event? Maybe a way to add constant to the keyboard class?
Thanks
North America
Europe, Middle East and Africa
Asia Pacific