在黑莓中处理左右轨迹球滑动

发布于 2024-10-26 08:37:58 字数 38 浏览 1 评论 0原文

如何编写代码来处理黑莓应用程序中的轨迹球左右滑动时触发的事件?

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

楠木可依 2024-11-02 08:37:58

navigationMovement 当此类事件发生时,将调用所选字段的方法。您可以覆盖它并将您的逻辑放在那里。第一个参数帮助您确定它是哪种运动(左/右):

dx - 导航运动的幅度:
向左移动为负,向左移动为正
向右移动。

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) :

dx - Magnitude of navigational motion:
negative for a move left and postive
for a move right.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文