确定击键事件处理程序中的目标窗口

发布于 2024-11-07 07:22:42 字数 252 浏览 4 评论 0原文

已经提出了几种击键通知的方法。在 10.6 中,通过 addGlobalMonitorForEventsMatachingMask 实现了全局事件监视器的想法。在早期版本中,有 Carbon 事件管理器和 GetEventMonitorTarget。还有 CoreGraphics 事件点击,如 CGEventTapCreate 中所示。

这些想法都来自 NSGod 在回答问题

在任何或所有这些技术中,是否可以在事件处理程序处确定哪个窗口是击键的目的地?

Several approaches to keystroke notification have been suggested. In 10.6, there's the idea of the global event monitor, by means of addGlobalMonitorForEventsMatachingMask. In earlier releases, there's the Carbon Event Manager, and GetEventMonitorTarget. And there's the CoreGraphics event tap, as in CGEventTapCreate.

These ideas all came from NSGod in the response to the question here.

In any or all of these techniques, is it possible to determine, at the point of the event handler, which window is the destination for the keystroke?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文