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.
我正在尝试使用 Crafty JS 创建一个游戏,我最终想通过 PhoneGap 进行部署。开箱即用,该.fourway()方法对我的 Android 设备上的触摸没有响应。是否有内置的触摸支持?是否有我可以用来添加触摸功能的组件,或者我必须手动设置它?
.fourway()
Crafty 中的触摸事件被标准化为鼠标事件。fourway专门与键盘事件相关联。
fourway
使用moveTo 组件而不是fourway