在系统级别挂钩 [NSEvent mouseLocation]?

发布于 2024-11-05 01:46:04 字数 152 浏览 0 评论 0原文

所以我希望能够在系统级别挂钩 [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 技术交流群。

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

发布评论

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

评论(1

我们的影子 2024-11-12 01:46:05

使用偶数点击,这样您就可以在系统中的任何事件到达应用程序之前对其进行修改。

这需要启用“辅助设备访问”,并且需要碳框架。

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.

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