菜鸟教程小白 发表于 2022-12-12 11:49:09

iphone - 如何在系统级别捕获和记录 iOS 触摸事件?


                                            <p><p>我想在系统级别捕获所有触摸事件,我不是指在一个指定的应用程序上捕获,而是在所有应用程序甚至 SpringBoard 上捕获。我尝试了 IOHIDEvent(<a href="https://github.com/kennytm/iphone-private-frameworks/tree/master/IOKit/hid" rel="noreferrer noopener nofollow">https://github.com/kennytm/iphone-private-frameworks/tree/master/IOKit/hid</a>),但运行时 header 在之后更改iOS4,现在iOS6的我都拿不到了。
可能是 GSEvent 也是一个好方法,但是有谁知道 GSEvent 如何做到这一点?
谢谢!</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>在此处查看 EntryDevLevel 优秀答案,了解如何使用 iOHID 在 iOS 上捕获和记录点击:</p>

<p> <a href="https://stackoverflow.com/questions/15537564/ios-touch-event-notifications-private-api/15550916#15550916" rel="noreferrer noopener nofollow">iOS touch event notifications (private API)</a> </p>

<p>顺便说一句。他的解决方案也适用于未越狱的 iOS。</p></p>
                                   
                                                <p style="font-size: 20px;">关于iphone - 如何在系统级别捕获和记录 iOS 触摸事件?,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/17107001/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/17107001/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: iphone - 如何在系统级别捕获和记录 iOS 触摸事件?