Hi I’am developing an Adobe AIR application.I have implemented click event for all the buttons in my project.Now I want to add the “ENTER” keyboard events for the focused buttons..Are there any easy ways to achieve it? Please advice me..
Hi I’am developing an Adobe AIR application.I have implemented click event for all the
Share
You can do this kind of things :
It will simulate a mouse click if you use Enter on every buttons in your app (that have focus)