Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
すべての携帯電話には、緑色のダイヤル キーがあります。Flash Lite 3.0 以降でこのイベントを取得できますか?
キープレスを聞いてみましたか?
Scene 1 のアクション ペインで次のコードを使用してテストします。
onKeyDown() { trace("Key received: " + Key.getCode()) } Key.addListener(this)