如何获取原始触摸屏数据?

发布于 2024-07-17 19:19:08 字数 125 浏览 6 评论 0原文

我知道我可以在 iPhone 应用程序中获取触摸事件。 但这些触摸事件都被我过滤掉了。 如果我将设备按在脸上,它会过滤掉这些触摸事件,因为它可以检测到它不是手指。

我如何获得原始触摸事件,而不以任何方式过滤?

I know I can get touch events in my iPhone app. But these touch events are filtered for me. If I press the device against my face, it filters out these touch events because it can detect its not a finger.

How would I get the raw touch events, not filtered in any way?

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

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

发布评论

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

评论(1

也只是曾经 2024-07-24 19:19:08

没有用于此目的的公共 API。 您可以获得的最接近的是来自 GraphicsServices 私有框架的 GSEvent。

There is no public API for this. The closest you can get is GSEvent, from the GraphicsServices private framework.

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