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.
这可能看起来微不足道,但我正在开发一个专门部署在诺基亚手机上的项目,我想要的只是创建一个命令并将其设置为“GAME_FIRE”中心键。出于某种原因,当添加 lwuit 命令时,LWUIT 会跳过游戏开火键,而是创建一个默认菜单命令,然后显示添加的命令。请帮忙。
据我了解,LWUIT 从不使用中心键来命令。它不会让您有两个菜单,它将始终使用一个软键作为主(第一个)命令,所有其他命令将在另一个软按钮的菜单上
利用
Display.getInstance().setThirdSoftButton(true);
这也将在火键上设置标签。