检测到 OS X 菜单栏上的点击吗?

发布于 2024-12-02 07:40:06 字数 133 浏览 0 评论 0 原文

我很好奇是否有一个技巧可以检测整个菜单栏上的点击。我知道我可以检测到对 NSStatusItem 或 NSMenu 的点击,但我正在寻找与菜单栏空白区域相关的事件。

查了一下文档,好像不太可能。但是,我想知道是否有人有此功能的解决方法?

I'm curious if there's a trick to detecting a click on the Menu Bar as a whole. I know I can detect a click on an NSStatusItem or NSMenu, but I am looking for events pertaining to the empty space of the Menu Bar.

Looking through the documentation, it does not seem possible. However, I wanted to know if anyone had a workaround for this functionality?

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

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

发布评论

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

评论(1

椵侞 2024-12-09 07:40:06

您可以使用 NSEvent addLocalMonitorForEventsMatchingMask:handler 安装本地事件监视器:

请参阅位于 这里

You can install a local event monitor using NSEvent addLocalMonitorForEventsMatchingMask:handler:

See the documentation located here.

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