actionscript 3 - Replace KeyboardEvent to work with Aid for Android -


i have made ann app works fine on windows. problem use following event listener: stage.addeventlistener(keyboardevent.key_down, keydownhandler); when compile app android (air 23) event not working. ask event use air in android replace event?


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -