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 或更高版本中获得了此事件?
你试过听按键吗?
在场景 1 的操作窗格中使用此代码对其进行测试:
onKeyDown() { trace("Key received: " + Key.getCode()) } Key.addListener(this)