如何获取原始触摸屏数据?
我知道我可以在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有用于此目的的公共 API。 您可以获得的最接近的是来自 GraphicsServices 私有框架的 GSEvent。
There is no public API for this. The closest you can get is GSEvent, from the GraphicsServices private framework.