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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -