Android Emulator - Having the keyboard display touch input when using physical keyboard to type?
was wondering if it was possible to use my physical keyboard to type, and have the android emulator simulate it as开发者_高级运维 if it were a touch (specifically- the button highlights, and letter overlay)
thanks
No, I don't think that that will be possible.
Why do you need this? Remember that you shouldn't base your application on that a specific input method exist if you don't want to maintain your applications for all different phones in the world. :)
精彩评论