在系统级别挂钩 [NSEvent mouseLocation]?
所以我希望能够在系统级别挂钩 [NSEvent mouseLocation],并基本上让它返回我想要的内容。
这是由于无法将鼠标事件发送到游戏,因为它们触发 [NSEvent mouseLocation] 来获取鼠标指针的位置。
有人知道我可以在哪里闲逛吗?
So I'd like to be able to hook [NSEvent mouseLocation] at the system level, and basically have it return what I'd like.
This is due to being unable to send mouse events to games, since they fire of [NSEvent mouseLocation] to get the location of the mouse pointer.
Anyone have any pointers on where I could poke around?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用偶数点击,这样您就可以在系统中的任何事件到达应用程序之前对其进行修改。
这需要启用“辅助设备访问”,并且需要碳框架。
Use even taps, this way you can modify any event in the system before it reaches the application.
This requires "access for assistive devices" to be enabled and this requires the carbon framework.