如何检测 Palm Pre 手势区域中的轻击?

发布于 2024-08-29 18:52:32 字数 96 浏览 5 评论 0原文

正在玩我的 Palm Pre 手机。我想检测用户在手势区域(屏幕正下方的区域)中的点击。我该怎么做?

我在框架 API 或服务 API 中没有发现任何明显的东西。

Playing with my Palm Pre phone. I want to detect the user tapping in the gesture area (the area directly below the screen). How do I do that?

I haven't found anything obvious in the framework API's or service API's.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

神经大条 2024-09-05 18:52:32

手势区域被视为点击和按键事件上的 metaKey 修饰符。监听页面上任意位置的 Mojo.Event.tap,将手指放在手势区域上,然后点击您正在监听的位置。该事件应将 event.metaKey 设置为 true

The gesture area is treated as the metaKey modifier on tap and key events. Listen for Mojo.Event.tap anywhere on the page, rest your finger on the gesture area, and then tap where you are listening. The event should have event.metaKey set to true.

森罗 2024-09-05 18:52:32

我找到了此页面,其中描述了使用插件开发工具包 (PDK) 中的 SDL_PollEvent 方法捕获手势区域输入:

http://developer.palm.com/index.php?option=com_content&view=article&id=1980&Itemid=337 #GestureAreaInput

不幸的是,我还没弄清楚如何使用PDK......

I found this page, which describes capturing gesture-area inputs using the SDL_PollEvent method in the Plug-in Development Kit (PDK):

http://developer.palm.com/index.php?option=com_content&view=article&id=1980&Itemid=337#GestureAreaInput

Unfortunately, I haven't figured out how to use the PDK yet...

桜花祭 2024-09-05 18:52:32

您可以检查 mojo-keydown 和 -keyup - 代码 57575。尝试 API 示例、输入、按键部分。

You can check mojo-keydown and -keyup - code 57575. Try the APIs sample, Input, Key Presses section.

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