在黑莓中处理左右轨迹球滑动
如何编写代码来处理黑莓应用程序中的轨迹球左右滑动时触发的事件?
How do I write code to handle event that are fired when the track ball in a black berry app is swiped left and right?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
navigationMovement
当此类事件发生时,将调用所选字段的方法。您可以覆盖它并将您的逻辑放在那里。第一个参数帮助您确定它是哪种运动(左/右):The
navigationMovement
method of the selected field is called when such an event occurs. You can override it an place your logic there. The first parameter helps you determine what kind of movement it is(left/right) :